home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1993 July / InfoMagic USENET CD-ROM July 1993.ISO / sources / x / volume12 / acm / part09 < prev    next >
Encoding:
Internet Message Format  |  1991-03-01  |  55.4 KB

  1. Path: uunet!decwrl!sun-barr!newstop!male!jethro!exodus!mipsdal.mips.com
  2. From: riley@mipsdal.mips.com (Riley Rainey)
  3. Newsgroups: comp.sources.x
  4. Subject: v12i014: acm - X aerial combat simulation, Part09/09
  5. Message-ID: <8991@exodus.Eng.Sun.COM>
  6. Date: 2 Mar 91 08:33:06 GMT
  7. References: <csx-12i006:acm@uunet.UU.NET>
  8. Sender: news@exodus.Eng.Sun.COM
  9. Lines: 2553
  10. Approved: argv@sun.com
  11.  
  12. Submitted-by: riley@mipsdal.mips.com (Riley Rainey)
  13. Posting-number: Volume 12, Issue 14
  14. Archive-name: acm/part09
  15.  
  16. #! /bin/sh
  17. # This is a shell archive.  Remove anything before this line, then unpack
  18. # it by saving it into a file and typing "sh file".  To overwrite existing
  19. # files, type "sh file -c".  You can also feed this as standard input via
  20. # unshar, or by typing "sh <file", e.g..  If this archive is complete, you
  21. # will see the following message at the end:
  22. #        "End of archive 9 (of 9)."
  23. # Contents:  acm/acmdoc.ps
  24. # Wrapped by riley@mipsdal on Thu Feb 14 10:09:21 1991
  25. PATH=/bin:/usr/bin:/usr/ucb ; export PATH
  26. if test -f 'acm/acmdoc.ps' -a "${1}" != "-c" ; then 
  27.   echo shar: Will not clobber existing file \"'acm/acmdoc.ps'\"
  28. else
  29. echo shar: Extracting \"'acm/acmdoc.ps'\" \(52255 characters\)
  30. sed "s/^X//" >'acm/acmdoc.ps' <<'END_OF_FILE'
  31. X%!
  32. X%%Pages: (atend)
  33. X%%DocumentFonts: (atend)
  34. X%%EndComments
  35. X%
  36. X% Frame Maker PostScript Prolog 1.3, for use with Maker 1.3
  37. X% Copyright (c) 1986-1988 by Frame Technology, Inc.  All rights reserved.
  38. X%
  39. X% Known Problems:
  40. X%    Due to bugs in Transcript, the 'PS-Adobe-' is omitted from line 1
  41. X/FMversion (1.2) def 
  42. X/FrameDict 123 dict def 
  43. X% The readline in 23.0 doesn't recognize cr's as nl's on AppleTalk
  44. XFrameDict /tmprangecheck errordict /rangecheck get put 
  45. Xerrordict /rangecheck {FrameDict /bug true put} put 
  46. XFrameDict /bug false put 
  47. Xmark 
  48. X% Some PS machines read past the CR, so keep the following 3 lines together!
  49. Xcurrentfile 5 string readline
  50. X00
  51. X0000000000
  52. Xcleartomark 
  53. Xerrordict /rangecheck FrameDict /tmprangecheck get put 
  54. XFrameDict /bug get { 
  55. X    /readline {
  56. X        /gstring exch def
  57. X        /gfile exch def
  58. X        /gindex 0 def
  59. X        {
  60. X            gfile read pop 
  61. X            dup 10 eq {exit} if 
  62. X            dup 13 eq {exit} if 
  63. X            gstring exch gindex exch put 
  64. X            /gindex gindex 1 add def 
  65. X        } loop
  66. X        pop 
  67. X        gstring 0 gindex getinterval true 
  68. X        } def
  69. X    } if
  70. X/FMVERSION {
  71. X    FMversion ne {
  72. X        /Times-Roman findfont 18 scalefont setfont
  73. X        100 100 moveto
  74. X        (Maker version does not match postscript_prolog!)
  75. X        dup =
  76. X        show showpage
  77. X        } if
  78. X    } def 
  79. X/FMLOCAL {
  80. X    FrameDict begin
  81. X    0 def 
  82. X    end 
  83. X    } def 
  84. X    /gstring FMLOCAL
  85. X    /gfile FMLOCAL
  86. X    /gindex FMLOCAL
  87. X    /landscape FMLOCAL
  88. X    /docheight FMLOCAL
  89. X    /docwidth FMLOCAL
  90. X    /yscale FMLOCAL
  91. X    /xscale FMLOCAL
  92. X    /orgxfer FMLOCAL
  93. X    /orgproc FMLOCAL
  94. X    /organgle FMLOCAL
  95. X    /orgfreq FMLOCAL
  96. X/FMDOCUMENT {
  97. X    array /FMfonts exch def
  98. X    /#copies exch def
  99. X    FrameDict begin
  100. X    0 ne /landscape exch def 
  101. X    /docheight exch def
  102. X    /docwidth exch def
  103. X    /yscale exch def
  104. X    /xscale exch def
  105. X    currenttransfer cvlit /orgxfer exch def
  106. X    currentscreen cvlit /orgproc exch def
  107. X        /organgle exch def /orgfreq exch def
  108. X    end 
  109. X    } def 
  110. X    /pagesave FMLOCAL
  111. X    /orgmatrix FMLOCAL
  112. X/FMBEGINPAGE {
  113. X    FrameDict begin 
  114. X    /pagesave save def
  115. X    
  116. X    2 setlinecap
  117. X    xscale yscale scale
  118. X    landscape {
  119. X        90 rotate
  120. X        0 docheight neg translate
  121. X        /fillprocs /fillprocs90 load store
  122. X        }
  123. X        {/fillprocs /fillprocs0 load store}
  124. X        ifelse
  125. X    /orgmatrix matrix def
  126. X    gsave 
  127. X    } def 
  128. X/FMENDPAGE {
  129. X    grestore 
  130. X    pagesave restore
  131. X    end 
  132. X    showpage
  133. X    } def 
  134. X    /fontname FMLOCAL
  135. X    /fontscale FMLOCAL
  136. X    /fontnum FMLOCAL
  137. X    /fontdict FMLOCAL
  138. X/FMDEFINEFONT {
  139. X    FrameDict begin
  140. X    /fontname exch def
  141. X    /fontscale exch def
  142. X    /fontnum exch def
  143. X    /fontdict fontname findfont fontscale scalefont def
  144. X    fontdict /Encoding get StandardEncoding eq
  145. X    {
  146. X        fontdict DiacriticEncode 
  147. X        /fontdict exch def
  148. X    } {
  149. X        fontdict NonDiacriticEncode
  150. X        /fontdict exch def
  151. X    } ifelse
  152. X    FMfonts fontnum
  153. X        fontnum fontdict definefont
  154. X    put
  155. X    end 
  156. X    } def 
  157. X/FMLINEWIDTHS { 
  158. X    FrameDict begin
  159. X    dup array /FMlinewidths exch def 
  160. X    1 sub -1 0 {exch FMlinewidths 3 1 roll lnormalize put} for
  161. X    end 
  162. X    } def 
  163. X/FMNORMALIZEGRAPHICS { 
  164. X    newpath
  165. X    0.0 0.0 moveto
  166. X    1 setlinewidth
  167. X    0 setlinecap
  168. X    0 setgray
  169. X    } bind def
  170. X/FMBEGINEPSF {
  171. X    end 
  172. X    /FMEPSF save def
  173. X    /showpage {} def 
  174. X    FMNORMALIZEGRAPHICS
  175. X    [/fy /fx /fh /fw /ury /urx /lly /llx] {exch def} forall 
  176. X    fx fy translate 
  177. X    fw urx llx sub div fh ury lly sub div scale 
  178. X    llx neg lly neg translate 
  179. X    } bind def
  180. X/FMENDEPSF {
  181. X    FMEPSF restore
  182. X    FrameDict begin 
  183. X    } bind def
  184. XFrameDict begin 
  185. X/savematrix {
  186. X    orgmatrix currentmatrix pop
  187. X    } bind def
  188. X/restorematrix {
  189. X    orgmatrix setmatrix
  190. X    } bind def
  191. X/dmatrix matrix def
  192. X/dpi    72 0 dmatrix defaultmatrix dtransform
  193. X    dup mul exch   dup mul add   sqrt
  194. Xdef
  195. X/max    {2 copy lt {exch} if pop} bind def
  196. X/min    {2 copy gt {exch} if pop} bind def
  197. X/DiacriticEncoding [
  198. X/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
  199. X/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
  200. X/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
  201. X/.notdef /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
  202. X/.notdef /.notdef /.notdef /.notdef /space /exclam /quotedbl
  203. X/numbersign /dollar /percent /ampersand /quotesingle /parenleft
  204. X/parenright /asterisk /plus /comma /hyphen /period /slash /zero /one
  205. X/two /three /four /five /six /seven /eight /nine /colon /semicolon
  206. X/less /equal /greater /question /at /A /B /C /D /E /F /G /H /I /J /K
  207. X/L /M /N /O /P /Q /R /S /T /U /V /W /X /Y /Z /bracketleft /backslash
  208. X/bracketright /asciicircum /underscore /grave /a /b /c /d /e /f /g /h
  209. X/i /j /k /l /m /n /o /p /q /r /s /t /u /v /w /x /y /z /braceleft /bar
  210. X/braceright /asciitilde /.notdef /Adieresis /Aring /Ccedilla /Eacute
  211. X/Ntilde /Odieresis /Udieresis /aacute /agrave /acircumflex /adieresis
  212. X/atilde /aring /ccedilla /eacute /egrave /ecircumflex /edieresis
  213. X/iacute /igrave /icircumflex /idieresis /ntilde /oacute /ograve
  214. X/ocircumflex /odieresis /otilde /uacute /ugrave /ucircumflex
  215. X/udieresis /dagger /.notdef /cent /sterling /section /bullet
  216. X/paragraph /germandbls /registered /copyright /trademark /acute
  217. X/dieresis /.notdef /AE /Oslash /.notdef /.notdef /.notdef /.notdef
  218. X/yen /.notdef /.notdef /.notdef /.notdef /.notdef /.notdef
  219. X/ordfeminine /ordmasculine /.notdef /ae /oslash /questiondown
  220. X/exclamdown /logicalnot /.notdef /florin /.notdef /.notdef
  221. X/guillemotleft /guillemotright /ellipsis /.notdef /Agrave /Atilde
  222. X/Otilde /OE /oe /endash /emdash /quotedblleft /quotedblright
  223. X/quoteleft /quoteright /.notdef /.notdef /ydieresis /Ydieresis
  224. X/fraction /currency /guilsinglleft /guilsinglright /fi /fl /daggerdbl
  225. X/periodcentered /quotesinglbase /quotedblbase /perthousand
  226. X/Acircumflex /Ecircumflex /Aacute /Edieresis /Egrave /Iacute
  227. X/Icircumflex /Idieresis /Igrave /Oacute /Ocircumflex /.notdef /Ograve
  228. X/Uacute /Ucircumflex /Ugrave /dotlessi /circumflex /tilde /macron
  229. X/breve /dotaccent /ring /cedilla /hungarumlaut /ogonek /caron
  230. X] def
  231. X    /basefontdict FMLOCAL
  232. X    /newfontdict FMLOCAL
  233. X/DiacriticEncode {
  234. X    /basefontdict exch def
  235. X    /newfontdict basefontdict maxlength dict def
  236. X    basefontdict
  237. X    {exch dup /FID ne
  238. X        {dup /Encoding eq
  239. X            {exch pop DiacriticEncoding}
  240. X            {exch}
  241. X            ifelse
  242. X            newfontdict 3 1 roll put
  243. X            }
  244. X        {pop pop}
  245. X        ifelse
  246. X        } forall
  247. X    newfontdict
  248. X    } bind def
  249. X/NonDiacriticEncode {
  250. X    /basefontdict exch def
  251. X    /newfontdict basefontdict maxlength dict def
  252. X    basefontdict
  253. X    {exch dup /FID ne
  254. X        {exch newfontdict 3 1 roll put}
  255. X        {pop pop}
  256. X        ifelse
  257. X        } forall
  258. X    newfontdict
  259. X    } bind def
  260. X    /freq FMLOCAL
  261. X    /bwidth FMLOCAL
  262. X    /bpside FMLOCAL
  263. X    /bstring FMLOCAL
  264. X    /onbits FMLOCAL
  265. X    /offbits FMLOCAL
  266. X    /xindex FMLOCAL
  267. X    /yindex FMLOCAL
  268. X    /x FMLOCAL
  269. X    /y FMLOCAL
  270. X/setpattern {
  271. X     /freq    exch def
  272. X     /bwidth  exch def
  273. X     /bpside  exch def
  274. X     /bstring exch def
  275. X     /onbits 0 def  /offbits 0 def
  276. X     freq 0 {/y exch def
  277. X         /x exch def
  278. X         /xindex x 1 add 2 div bpside mul cvi def
  279. X         /yindex y 1 add 2 div bpside mul cvi def
  280. X         bstring yindex bwidth mul xindex 8 idiv add get
  281. X         1 7 xindex 8 mod sub bitshift and 0 ne
  282. X         {/onbits  onbits  1 add def 1}
  283. X         {/offbits offbits 1 add def 0}
  284. X         ifelse
  285. X        }
  286. X        setscreen
  287. X     {} settransfer
  288. X     offbits offbits onbits add div setgray
  289. X    } bind def
  290. X/grayness {
  291. X    setgray
  292. X    orgxfer cvx settransfer
  293. X    orgfreq organgle orgproc cvx setscreen
  294. X    } bind def
  295. X/normalize {
  296. X    transform cvi exch cvi exch itransform
  297. X    } bind def
  298. X/dnormalize {
  299. X    dtransform cvi exch cvi exch idtransform
  300. X    } bind def
  301. X/lnormalize { 
  302. X    0 dtransform exch cvi 2 idiv 2 mul 1 add exch idtransform pop
  303. X    } bind def
  304. X/fillprocs0
  305. X    [{0.00 grayness}
  306. X     {0.10 grayness}
  307. X     {0.30 grayness}
  308. X     {0.50 grayness} 
  309. X     {0.70 grayness}
  310. X     {0.90 grayness}
  311. X     {0.97 grayness} 
  312. X     {1.00 grayness} 
  313. X     {<0F1E3C78F0E1C387> 8 1 dpi 16 div setpattern} 
  314. X     {<0F87C3E1F0783C1E> 8 1 dpi 16 div setpattern} 
  315. X     {<CCCCCCCCCCCCCCCC> 8 1 dpi 16 div setpattern} 
  316. X     {<FFFF0000FFFF0000> 8 1 dpi 16 div setpattern} 
  317. X     {<8142241818244281> 8 1 dpi 16 div setpattern} 
  318. X     {<03060C183060C081> 8 1 dpi 16 div setpattern} 
  319. X     {<8040201008040201> 8 1 dpi 16 div setpattern} 
  320. X     {}
  321. X     {1.00 grayness}
  322. X     {0.90 grayness}
  323. X     {0.70 grayness}
  324. X     {0.50 grayness} 
  325. X     {0.30 grayness}
  326. X     {0.10 grayness}
  327. X     {0.03 grayness} 
  328. X     {0.00 grayness} 
  329. X     {<F0E1C3870F1E3C78> 8 1 dpi 16 div setpattern} 
  330. X     {<F0783C1E0F87C3E1> 8 1 dpi 16 div setpattern} 
  331. X     {<3333333333333333> 8 1 dpi 16 div setpattern} 
  332. X     {<0000FFFF0000FFFF> 8 1 dpi 16 div setpattern} 
  333. X     {<7EBDDBE7E7DBBD7E> 8 1 dpi 16 div setpattern} 
  334. X     {<FCF9F3E7CF9F3F7E> 8 1 dpi 16 div setpattern} 
  335. X     {<7FBFDFEFF7FBFDFE> 8 1 dpi 16 div setpattern} 
  336. X     {}
  337. X    ] def
  338. X/fillprocs90
  339. X     [{0.00 grayness}
  340. X     {0.10 grayness}
  341. X     {0.30 grayness}
  342. X     {0.50 grayness}
  343. X     {0.70 grayness}
  344. X     {0.90 grayness}
  345. X     {0.97 grayness}
  346. X     {1.00 grayness}
  347. X     {<87c3e1f0783c1e0f> 8 1 dpi 16 div setpattern}
  348. X     {<f0e1c3870f1e3c78> 8 1 dpi 16 div setpattern}
  349. X     {<0000ffff0000ffff> 8 1 dpi 16 div setpattern}
  350. X     {<cccccccccccccccc> 8 1 dpi 16 div setpattern}
  351. X     {<8142241818244281> 8 1 dpi 16 div setpattern}
  352. X     {<81c06030180c0603> 8 1 dpi 16 div setpattern}
  353. X     {<0102040810204080> 8 1 dpi 16 div setpattern}
  354. X     {}
  355. X     {1.00 grayness}
  356. X     {0.90 grayness}
  357. X     {0.70 grayness}
  358. X     {0.50 grayness}
  359. X     {0.30 grayness}
  360. X     {0.10 grayness}
  361. X     {0.03 grayness}
  362. X     {0.00 grayness}
  363. X     {<783c1e0f87c3e1f0> 8 1 dpi 16 div setpattern}
  364. X     {<0f1e3c78f0e1c387> 8 1 dpi 16 div setpattern}
  365. X     {<ffff0000ffff0000> 8 1 dpi 16 div setpattern}
  366. X     {<3333333333333333> 8 1 dpi 16 div setpattern}
  367. X     {<7ebddbe7e7dbbd7e> 8 1 dpi 16 div setpattern}
  368. X     {<7e3f9fcfe7f3f9fc> 8 1 dpi 16 div setpattern}
  369. X     {<fefdfbf7efdfbf7f> 8 1 dpi 16 div setpattern}
  370. X     {}
  371. X    ] def
  372. X/fillprocs /fillprocs0 load def
  373. X/H { 
  374. X    FMlinewidths exch get setlinewidth
  375. X    } bind def
  376. X/X { 
  377. X    fillprocs exch get exec
  378. X    } bind def
  379. X/V { 
  380. X    gsave eofill grestore
  381. X    } bind def
  382. X/N { 
  383. X    gsave stroke grestore 
  384. X    } bind def
  385. X/M {newpath moveto} bind def
  386. X/E {lineto} bind def
  387. X/D {curveto} bind def
  388. X/O {closepath} bind def
  389. X    /n FMLOCAL
  390. X/L { 
  391. X     /n exch def
  392. X    newpath
  393. X    normalize
  394. X    moveto 
  395. X    2 1 n {pop normalize lineto} for
  396. X    } bind def
  397. X/Y { 
  398. X    L 
  399. X    closepath
  400. X    } bind def
  401. X/K { 
  402. X     /n exch def
  403. X    newpath
  404. X    moveto 
  405. X    3 1 n {pop curveto} for
  406. X    } bind def
  407. X/J { 
  408. X     /n exch def
  409. X    newpath
  410. X    moveto 
  411. X    1 1 n {pop curveto} for
  412. X    } bind def
  413. X    /x1 FMLOCAL
  414. X    /x2 FMLOCAL
  415. X    /y1 FMLOCAL
  416. X    /y2 FMLOCAL
  417. X/R { 
  418. X    /y2 exch def
  419. X    /x2 exch def
  420. X    /y1 exch def
  421. X    /x1 exch def
  422. X    x1 y1
  423. X    x2 y1
  424. X    x2 y2
  425. X    x1 y2
  426. X    4 Y 
  427. X    } bind def
  428. X/C { 
  429. X    grestore
  430. X    gsave
  431. X    R 
  432. X    clip
  433. X    } bind def
  434. X/U { 
  435. X    grestore
  436. X    gsave
  437. X    } bind def
  438. X/F { 
  439. X    FMfonts exch get
  440. X    setfont
  441. X    } bind def
  442. X/T { 
  443. X    moveto show
  444. X    } bind def
  445. X/P { 
  446. X    moveto
  447. X    0 32 3 2 roll widthshow
  448. X    } bind def
  449. X/S { 
  450. X    moveto
  451. X    0 exch ashow
  452. X    } bind def
  453. X/B { 
  454. X    moveto
  455. X    0 32 4 2 roll 0 exch awidthshow
  456. X    } bind def
  457. X/Q { 
  458. X    moveto
  459. X    gsave show grestore
  460. X    } bind def
  461. X    /x FMLOCAL
  462. X    /y FMLOCAL
  463. X    /dx FMLOCAL
  464. X    /dy FMLOCAL
  465. X    /dl FMLOCAL
  466. X    /t FMLOCAL
  467. X    /t2 FMLOCAL
  468. X    /Cos FMLOCAL
  469. X    /Sin FMLOCAL
  470. X    /r FMLOCAL
  471. X/W { 
  472. X    dnormalize
  473. X    /dy exch def
  474. X    /dx exch def
  475. X    normalize
  476. X    /y  exch def
  477. X    /x  exch def
  478. X    /dl dx dx mul dy dy mul add sqrt def
  479. X    dl 0.0 gt {
  480. X        /t currentlinewidth def
  481. X        savematrix
  482. X        /Cos dx dl div def
  483. X        /Sin dy dl div def
  484. X        /r [Cos Sin Sin neg Cos 0.0 0.0] def
  485. X        /t2 t 2.5 mul 3.5 max def
  486. X        newpath
  487. X        x y translate
  488. X        r concat
  489. X        0.0 0.0 moveto
  490. X        dl t 2.7 mul sub 0.0 rlineto
  491. X        stroke
  492. X        restorematrix
  493. X        x dx add y dy add translate
  494. X        r concat
  495. X        t 0.67 mul setlinewidth
  496. X        t 1.61 mul neg  0.0 translate
  497. X        0.0 0.0 moveto
  498. X        t2 1.7 mul neg  t2 2.0 div     moveto
  499. X        0.0 0.0 lineto
  500. X        t2 1.7 mul neg  t2 2.0 div neg lineto
  501. X        stroke
  502. X        t setlinewidth
  503. X        restorematrix
  504. X        } if
  505. X    } bind def
  506. X/G { 
  507. X    gsave
  508. X    newpath
  509. X    normalize translate 0.0 0.0 moveto 
  510. X    dnormalize scale 
  511. X    0.0 0.0 1.0 5 3 roll arc 
  512. X    closepath eofill
  513. X    grestore
  514. X    } bind def
  515. X    /x FMLOCAL
  516. X    /y FMLOCAL
  517. X    /w FMLOCAL
  518. X    /h FMLOCAL
  519. X    /xx FMLOCAL
  520. X    /yy FMLOCAL
  521. X    /ww FMLOCAL
  522. X    /hh FMLOCAL
  523. X/A { 
  524. X    /y exch def
  525. X    /x exch def
  526. X    /h exch def
  527. X    /w exch def
  528. X    x y normalize /yy exch def /xx exch def
  529. X    w h dnormalize /hh exch def /ww exch def
  530. X    ww abs hh abs xx ww add yy hh sub
  531. X    gsave
  532. X    savematrix
  533. X    newpath
  534. X    translate
  535. X    scale
  536. X    0.0 0.0 1.0 5 3 roll arc
  537. X    0 setlinecap
  538. X    restorematrix
  539. X    stroke
  540. X    grestore
  541. X    } bind def
  542. X    /FMsaveobject FMLOCAL
  543. X    /FMoptop FMLOCAL
  544. X    /FMdicttop FMLOCAL
  545. X/BEGINPRINTCODE {
  546. X    /FMdicttop countdictstack 1 add def 
  547. X    /FMoptop count 6 sub def 
  548. X    /FMsaveobject save def
  549. X    userdict begin 
  550. X    /showpage {} def 
  551. X    translate
  552. X    FMNORMALIZEGRAPHICS
  553. X    } bind def
  554. X/ENDPRINTCODE {
  555. X    count -1 FMoptop {pop pop} for 
  556. X    countdictstack -1 FMdicttop {pop end} for 
  557. X    FMsaveobject restore 
  558. X    } bind def
  559. X/gn { 
  560. X    0 
  561. X    {    46 mul 
  562. X        cf read pop 
  563. X        32 sub 
  564. X        dup 46 lt {exit} if 
  565. X        46 sub add 
  566. X        } loop
  567. X    add 
  568. X    } bind def
  569. X    /str FMLOCAL
  570. X/cfs { 
  571. X    /str sl string def 
  572. X    0 1 sl 1 sub {str exch val put} for 
  573. X    str def 
  574. X    } bind def
  575. X/ic [ 
  576. X    0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0223
  577. X    0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0223
  578. X    0
  579. X    {0 hx} {1 hx} {2 hx} {3 hx} {4 hx} {5 hx} {6 hx} {7 hx} {8 hx} {9 hx}
  580. X    {10 hx} {11 hx} {12 hx} {13 hx} {14 hx} {15 hx} {16 hx} {17 hx} {18 hx}
  581. X    {19 hx} {gn hx} {0} {1} {2} {3} {4} {5} {6} {7} {8} {9} {10} {11} {12}
  582. X    {13} {14} {15} {16} {17} {18} {19} {gn} {0 wh} {1 wh} {2 wh} {3 wh}
  583. X    {4 wh} {5 wh} {6 wh} {7 wh} {8 wh} {9 wh} {10 wh} {11 wh} {12 wh}
  584. X    {13 wh} {14 wh} {gn wh} {0 bl} {1 bl} {2 bl} {3 bl} {4 bl} {5 bl} {6 bl}
  585. X    {7 bl} {8 bl} {9 bl} {10 bl} {11 bl} {12 bl} {13 bl} {14 bl} {gn bl}
  586. X    {0 fl} {1 fl} {2 fl} {3 fl} {4 fl} {5 fl} {6 fl} {7 fl} {8 fl} {9 fl}
  587. X    {10 fl} {11 fl} {12 fl} {13 fl} {14 fl} {gn fl}
  588. X    ] def
  589. X    /sl FMLOCAL
  590. X    /val FMLOCAL
  591. X    /ws FMLOCAL
  592. X    /im FMLOCAL
  593. X    /bs FMLOCAL
  594. X    /cs FMLOCAL
  595. X    /len FMLOCAL
  596. X    /pos FMLOCAL
  597. X/ms { 
  598. X    /sl exch def 
  599. X    /val 255 def 
  600. X    /ws cfs 
  601. X    /im cfs 
  602. X    /val 0 def 
  603. X    /bs cfs 
  604. X    /cs cfs 
  605. X    } bind def
  606. X400 ms 
  607. X/ip { 
  608. X    is 
  609. X    0 
  610. X    cf cs readline pop 
  611. X    {    ic exch get exec 
  612. X        add 
  613. X        } forall 
  614. X    pop 
  615. X    
  616. X    } bind def
  617. X/wh { 
  618. X    /len exch def 
  619. X    /pos exch def 
  620. X    ws 0 len getinterval im pos len getinterval copy pop
  621. X    pos len 
  622. X    } bind def
  623. X/bl { 
  624. X    /len exch def 
  625. X    /pos exch def 
  626. X    bs 0 len getinterval im pos len getinterval copy pop
  627. X    pos len 
  628. X    } bind def
  629. X/s1 1 string def
  630. X/fl { 
  631. X    /len exch def 
  632. X    /pos exch def 
  633. X    /val cf s1 readhexstring pop 0 get def
  634. X    pos 1 pos len add 1 sub {im exch val put} for
  635. X    pos len 
  636. X    } bind def
  637. X/hx { 
  638. X    3 copy getinterval 
  639. X    cf exch readhexstring pop pop 
  640. X    } bind def
  641. X    /h FMLOCAL
  642. X    /w FMLOCAL
  643. X    /lb FMLOCAL
  644. X    /bitmapsave FMLOCAL
  645. X    /is FMLOCAL
  646. X    /cf FMLOCAL
  647. X/BEGINBITMAP { 
  648. X    gsave
  649. X    translate scale /h exch def /w exch def
  650. X    /lb w 7 add 8 idiv def 
  651. X    sl lb lt {lb ms} if 
  652. X    /bitmapsave save def 
  653. X    /is im 0 lb getinterval def 
  654. X    ws 0 lb getinterval is copy pop 
  655. X    /cf currentfile def 
  656. X    w h 1 [w 0 0 h neg 0 h] 
  657. X    {ip} image 
  658. X    bitmapsave restore 
  659. X    grestore
  660. X    } bind def
  661. X/ENDBITMAP {
  662. X    } bind def
  663. Xend 
  664. X%%EndProlog
  665. X%%BeginSetup
  666. X(1.2) FMVERSION
  667. X1. 1. 612. 792. 0 1 6 FMDOCUMENT
  668. X0 10. /Times-Roman  FMDEFINEFONT
  669. X1 18. /Helvetica  FMDEFINEFONT
  670. X2 12. /Times-Roman  FMDEFINEFONT
  671. X3 12. /Courier  FMDEFINEFONT
  672. X4 14. /Helvetica  FMDEFINEFONT
  673. X5 24. /Helvetica  FMDEFINEFONT
  674. X0.5 1. 3. 4. 4 FMLINEWIDTHS
  675. X%%EndSetup
  676. X%%Page: "1" 1
  677. XFMBEGINPAGE
  678. X0 F
  679. X0 X
  680. X(February, 1991) 72. 749. T
  681. X(Acm Guide) 72. 36. T
  682. X(Page  1) 510.56 749. T
  683. X(Revision 2.1) 489.44 36. T
  684. X1 F
  685. X(What is acm?) 72. 706. T
  686. X2 F
  687. X1.28 (Acm is a LAN-oriented, multiplayer aerial combat simulation.  My main design objec-) 108. 677. P
  688. X1.41 (tive was to provide source code that could be easily compiled and executed on a wide) 108. 663. P
  689. X1.07 (variety of platforms.  To that end, acm is written entirely in C, exploiting the program-) 108. 649. P
  690. X(ming features of Unix, X11, and the BSD socket interface.) 108. 635. T
  691. X2.75 (Players engage in air to air combat against one another using heat seeking missiles) 108. 607. P
  692. X(and cannons.) 108. 593. T
  693. X1.82 (Acm exists as two programs.  The first, named "acm", is a small program that, when) 108. 565. P
  694. X4.25 (invoked, starts a flight session on a given workstation.  The second component,) 108. 551. P
  695. X1.89 (named "acms", is a server process that manages the multiplayer environment.  It also) 108. 537. P
  696. X1.75 (manages the flight simulation and display management that is required.  Most players) 108. 523. P
  697. X2.52 (will prefer to run the acms process on a back-end server system on their local area) 108. 509. P
  698. X2.88 (network.  Players at client workstations can then invoke the acm program to begin) 108. 495. P
  699. X(play.) 108. 481. T
  700. X1.71 (I play acm using a server that is a Mips RC3240 \050rated at roughly 18.5 SPECmarks\051.) 108. 453. P
  701. X1.42 (I get very adequate display performance using a Mips RS2030 color workstation \05010.0) 108. 439. P
  702. X2.06 (SPECmarks\051 or an NCD monochrome X terminal.  My choice of servers is probably) 108. 425. P
  703. X2.3 (overkill.  I suspect that an 10+ SPECmark system could handle a typical mutiplayer) 108. 411. P
  704. X(load.) 108. 397. T
  705. X1.1 (This is the second release of acm.  The original version has been ported to a variety of) 108. 369. P
  706. X(Unix derivatives and system architectures.) 108. 355. T
  707. X1.87 (This document was prepared as a guide to acm programmers and players.  In the us-) 108. 327. P
  708. X2.2 (er\325s section of this document, I make frequent references to the keyboard commands) 108. 313. P
  709. X1.96 (that control acm.  A complete reference to these keystrokes can be found in the acm) 108. 299. P
  710. X(man pages.) 108. 285. T
  711. X(Riley Rainey) 108. 257. T
  712. X(February 12, 1991) 108. 243. T
  713. XFMENDPAGE
  714. X%%Page: "2" 2
  715. XFMBEGINPAGE
  716. X0 F
  717. X0 X
  718. X(February, 1991) 478.9 749. T
  719. X(Acm Guide) 493.62 36. T
  720. X(Page  2) 72. 749. T
  721. X(Revision 2.1) 72. 36. T
  722. X1 F
  723. X(Building acm) 72. 706. T
  724. X2 F
  725. X1.54 (There are two main directories in the acm source tree: V and fsim.  V contains a 3-D) 108. 677. P
  726. X(animation library and fsim holds the main flight simulator sources.) 108. 663. T
  727. X1.63 (Both imake and make files are provided with the source tree.  If you have imake, the) 108. 635. P
  728. X(simplest way to build acm is to type:) 108. 621. T
  729. X3 F
  730. X(% imake Makefile) 144. 594. T
  731. X(% make Makefiles) 144. 580. T
  732. X(% make) 144. 566. T
  733. X2 F
  734. X1.81 (The Makefiles were built with a stand-alone version of imake that is described in the) 108. 537. P
  735. X1.34 (file acm.def.  If you don\325t have imake, you will certainly need to modify the Makefile) 108. 523. P
  736. X3 F
  737. X(CDEBUGFLAGS) 108. 509. T
  738. X2 F
  739. X( in each source directory.  Other changes may be needed, as well.) 187.2 509. T
  740. X1.61 (A successful acm build will produce two executables in the fsim directory: ) 108. 480. P
  741. X3 F
  742. X1.61 (acms) 489.25 480. P
  743. X2 F
  744. X1.61 ( and) 518.05 480. P
  745. X3 F
  746. X1.65 (acm) 108. 465. P
  747. X2 F
  748. X1.65 (.  ) 129.6 465. P
  749. X3 F
  750. X1.65 (acms) 141.89 465. P
  751. X2 F
  752. X1.65 ( is the a server process that runs on a given system.  acm players invoke) 170.69 465. P
  753. X1.59 (the ) 108. 450. P
  754. X3 F
  755. X1.59 (acm) 127.25 450. P
  756. X2 F
  757. X1.59 ( program with an argument that is the name of that server hostname.  Further) 148.85 450. P
  758. X(information about starting acm can be found in the ) 108. 435. T
  759. X3 F
  760. X(acm.man) 354.3 435. T
  761. X2 F
  762. X( man pages.) 404.7 435. T
  763. X1 F
  764. X(What acm pilots should know) 72. 382. T
  765. X2 F
  766. X1.05 (You\325ll probably get alot more enjoyment out of acm if you have at least a basic under-) 108. 353. P
  767. X(standing of how to fly an airplane.) 108. 339. T
  768. X1.09 (You\325ll also survive alot longer in the air if you have some understanding of air combat) 108. 311. P
  769. X2.34 (tactics.  This document will not cover that subject in any depth, but there are many) 108. 297. P
  770. X1.7 (books on the subject that can be found at your local bookstore.  A readable reference) 108. 283. P
  771. X1.32 (is "Modern Figher Combat" by Mike Spick; an Arco Military Press book published by) 108. 269. P
  772. X(Prentice Hall \050ISBN 0-13-451055-0\051.) 108. 255. T
  773. XFMENDPAGE
  774. X%%Page: "3" 3
  775. XFMBEGINPAGE
  776. X0 F
  777. X0 X
  778. X(February, 1991) 72. 749. T
  779. X(Acm Guide) 72. 36. T
  780. X(Page  3) 510.56 749. T
  781. X(Revision 2.1) 489.44 36. T
  782. X2 F
  783. X(A mission in acm goes something like this:) 108. 711. T
  784. X(Takeoff) 144. 683. T
  785. X(Intercept a target) 144. 655. T
  786. X(Lots of dogfighting) 144. 627. T
  787. X(Get shot down or run out of ammunition) 144. 599. T
  788. X(Break away and land, if you still have a plane to fly) 144. 571. T
  789. X(Re-arm and fly again) 144. 543. T
  790. X1.22 (The current version of acm doesn\325t support the notion of specific scenarios, but it isn\325t) 108. 501. P
  791. X(hard to get a few people together and create some of your own.) 108. 487. T
  792. X1 F
  793. X(Stick, Rudder, and Throttle) 72. 435. T
  794. X2 F
  795. X1.82 (The mouse is your stick.  The stick is centered when the mouse pointer is positioned) 108. 406. P
  796. X1.57 (on the small circle at the center of the Head-Up Display \050see the diagram on page 4\051.) 108. 392. P
  797. X1.33 (Stick deflection is controlled by moving the mouse within the acm view window only.) 108. 378. P
  798. X1.4 (If the mouse pointer is moved outside of that window, the stick will hold its last sam-) 108. 364. P
  799. X1.76 (pled deflection inside the window until it is returned.  Other than that, the mouse be-) 108. 350. P
  800. X1.36 (haves pretty much as a normal control stick: pull back for up-elevator, away from you) 108. 336. P
  801. X(for down-elevator, left and right movements introduce corresponding aileron inputs.) 108. 322. T
  802. X2.49 (The rudder is controlled by the \050ZXC\051 keys on the keyboard.  Pressing the \050Z\051 key) 108. 294. P
  803. X1.57 (applies left rudder.  Repeated key presses increase the left rudder deflection.  Similar-) 108. 280. P
  804. X2.53 (ly, the \050C\051 key incrementally causes a right rudder deflection.  The \050X\051 key centers) 108. 266. P
  805. X(the rudder. ) 108. 252. T
  806. X2.65 (The throttle is controlled by the \0501234\051 keys on the alphanumeric keypad.  The \0504\051) 108. 224. P
  807. X3.01 (key set the throttle to one hundered percent power.  The \0501\051 key idles the engine.) 108. 210. P
  808. X3.15 (The \0502\051 and \0503\051 keys, respectively decrement and increment the current power set-) 108. 196. P
  809. X(ting.  The \050A\051 key toggles the afterburner.) 108. 182. T
  810. XFMENDPAGE
  811. X%%Page: "4" 4
  812. XFMBEGINPAGE
  813. X0 F
  814. X0 X
  815. X(February, 1991) 478.9 749. T
  816. X(Acm Guide) 493.62 36. T
  817. X(Page  4) 72. 749. T
  818. X(Revision 2.1) 72. 36. T
  819. X72. 72. 540. 720. C
  820. X72. 324. 540. 720. C
  821. X72. 324. 540. 720. R
  822. X7 X
  823. XV
  824. X0 X
  825. X514 526 246.72 252.48 183. 395.52 
  826. X
  827. X%%BeginBinary:  6077     
  828. XBEGINBITMAP
  829. X
  830. X
  831. X
  832. X
  833. X
  834. X
  835. X
  836. X
  837. X
  838. X
  839. X
  840. X
  841. X
  842. X
  843. X
  844. X
  845. X
  846. X
  847. X
  848. X
  849. X
  850. X
  851. X
  852. X
  853. X
  854. X
  855. X
  856. X
  857. X
  858. X
  859. X
  860. X
  861. X
  862. X
  863. X
  864. X
  865. X
  866. X
  867. X
  868. X
  869. X
  870. X
  871. XF"8"J$
  872. XF987?C3FFFCF%J$
  873. XE1FFFE3F?1FFFF0F"8"J$
  874. XC97F?3FFFE4F%J%
  875. XF9FFFCFF>FE7FFFFCI"J%
  876. X8F<F8700647I"J%
  877. X67<F3300633I"J%
  878. XF3<FF3FFE79J$
  879. XO"F03006J"
  880. XO"E7G$J%
  881. XFC7E67=3FFF33E3F%J(
  882. XC03C7F0F<F09FFF87E3E01FF%JR
  883. XFFFFFFFF<
  884. X
  885. X
  886. X
  887. X
  888. X
  889. XJ$
  890. XLF0FE1FJ$
  891. XLE67CCFJ#
  892. XLEF3CJ$
  893. XLFE79E7J#
  894. XLF8F9J#
  895. XLFE79J"a":"a#
  896. X9C03FC07F39JS:S
  897. X9J$
  898. XLEF3CCFJ#
  899. XLE67CJ$
  900. XLF0FE1FJ$
  901. XLFFFFFF
  902. X
  903. X
  904. X
  905. X
  906. X
  907. XJ"
  908. XO'FCJ"
  909. XO'F0J"
  910. XO'E4G#J"
  911. XC07FBFCG#
  912. XFFFF
  913. XJ#
  914. XO%E000J#
  915. XO%FFFF
  916. X
  917. XJ#
  918. XO'E01FJ#
  919. XO'FFFF
  920. XG#
  921. XC07FG#
  922. XFFFF
  923. XJ#
  924. XO%E03FJ#
  925. XO%FFFF
  926. X
  927. X
  928. X
  929. X
  930. XG#
  931. XC07FG#
  932. XFFFF
  933. XJ#
  934. XO%E03FC$J#
  935. XFE1FC3CFFFFC$
  936. XFCCF99C#
  937. XFDE7C$
  938. XFFCF3CD"
  939. X1FD"
  940. XCFD&
  941. XE73CF0007FF$
  942. XFFFFFFC$
  943. XFDE799C#J#
  944. XFCCFDE03FC$J#
  945. XFE1FC3CFFFFC$
  946. XFFFFFF
  947. X
  948. X
  949. X
  950. XG#
  951. XC07FG#
  952. XFFFF
  953. XJ#
  954. XO%E03FJ#
  955. XO%FFFFJ"
  956. XO2BF
  957. XJ%
  958. XO'F87FFE03J%
  959. XO'F33FFE7F
  960. XG#J#
  961. XC07FBE79FG#J"
  962. XFFFFE07J"
  963. XO*73J#8#
  964. XO%E000FFF3J$:#
  965. XLF0FE1FFFFFJ$<#
  966. XLE67CCFF33FJ#>$
  967. XLEF3C3E3E67J$<%
  968. XLFF39E7F87E3E0FJ%
  969. XO'FFFFFFFFJ#
  970. XLFE79G#<"a":"a#
  971. XC07FC03FC07CF9G#<S:R"
  972. XFFFFF9J$
  973. XLF3FCCFJ#;#
  974. XLE73CE03FJ$:#
  975. XLE03E1FFFFFJ$
  976. XLFFFFFF
  977. X
  978. X
  979. X
  980. XG#E"
  981. XC07FF8G#E#
  982. XFFFFF77F
  983. XJ#
  984. XO%E03FC$H#E#
  985. XFE1F01F8FFFFFFC$H"
  986. XFCCF3FFFC#
  987. XFDE7C"
  988. XFFE"
  989. X03D#
  990. XCF39D&
  991. X9FF9F0007FD)J%
  992. X3FF9FFFFC000000F:0000003FC#9%J%
  993. XFE7FFFFFFFFF:FFFFFFFFC$J#
  994. XFCE733CE03FD#J#
  995. X0707CFFFFC$
  996. XFFFFFF
  997. X
  998. X
  999. X
  1000. XG#
  1001. XC07FG#
  1002. XFFFF
  1003. XJ#
  1004. XO%E03FJ#
  1005. XO%FFFF
  1006. X
  1007. XJ#
  1008. XO'F87FJ#
  1009. XO'F33F
  1010. XG#J#
  1011. XC07FBE79FG#
  1012. XFFFFJ"
  1013. XBFDJ#
  1014. XO%E000J#
  1015. XO%FFFFJ#
  1016. XO'F33F
  1017. XJ#
  1018. XO'F87FJ#
  1019. XO'FFFFJ#
  1020. XBF07FG#E#
  1021. XC07FCF9FG#E#
  1022. XFFFFBFEFJ#
  1023. XB7FF7J$
  1024. XAFEFFFB
  1025. XJ$
  1026. XAFDFFFD
  1027. XJ'
  1028. X@F001FFFC007FJ'
  1029. X@FFFDFFFDFFFF
  1030. XG#D$
  1031. XC07FFEFFFBG#
  1032. XFFFFJ$
  1033. XAFF7FF7J#
  1034. XBBFEFC$H#
  1035. XFE1FC3CF9FC$H#
  1036. XFCCF99F07FC#I#
  1037. XFDE7FFFFC$
  1038. XFFE73C
  1039. XD"J$
  1040. XCF=FE7F0FD&J$
  1041. X9F3CF0007F9F87E67D&J"
  1042. X3F3CFFFFFF9F2C$J$
  1043. XFE7F99<FE7CF3C#
  1044. XFCE7D#
  1045. X07C3C$?"a":"a"
  1046. XFFFFFFE03FC03EJS:R"
  1047. X9FEJ#
  1048. XM7E67
  1049. XJ$
  1050. XLF00F0FG#J$
  1051. XC07F9FFFFFFG#
  1052. XFFFF
  1053. X
  1054. X
  1055. X
  1056. X
  1057. X
  1058. X
  1059. X
  1060. XG#
  1061. XC07FG#
  1062. XFFFF
  1063. X
  1064. X
  1065. X
  1066. X
  1067. X
  1068. X
  1069. X
  1070. XG#
  1071. XC07FG#
  1072. XFFFF
  1073. X
  1074. X
  1075. X
  1076. X
  1077. X
  1078. X
  1079. X
  1080. X
  1081. X
  1082. X
  1083. X
  1084. X
  1085. XJ$:$;"
  1086. X:FC3E03FC3FC3F9J$:$;"
  1087. X:F99E7FF99F1FE1E&<#;$;"@&
  1088. XE7F0FC3E1FFBCEFBCF3FC980FF3F3F8FE*8#;$;"@&
  1089. X87E6799CCFFFE1E03FFF9EFF9E7FF99FFE3C3F27E";$8$:$G%
  1090. X27F9F39FFE3E07FE3E47FC393E73E*8$:$G%
  1091. XE7CF33CE1FFFF0F3CFFF9E73FF9E33F93F3F77H'9#;#F#8"
  1092. XCFE3FFF6F39FCFF3CE7981F38FI&J$8"
  1093. X0FFFE6703F;FC9CF727H#8#8"<"G'
  1094. XCC7F739FFBFBF23CE73F3E73H'8$:$E%
  1095. XCF87FFE073CFF99E67F99F33E6CCE01FF(9$:$;#>%
  1096. XE6799F33FFCF33FC3E0FFC3F87C03F8F70FF3FJ"8$:$;#>#8#
  1097. X79FFFFFFFFFFFFFFFFF3F983F27E*J(
  1098. X00F0FC3F87FF86003F:FC7F833C18078FETJ(
  1099. X:FAFFDFCFFFFFFFJ"<"<">%
  1100. X;FDFDFDE5FFEFF3J&
  1101. XO$D3FFF7FC7FJ"8#
  1102. XO$2FFF9FJ'
  1103. XO#FEDFFFFBFFE7J"<"@'
  1104. X?DFDFF9BFFFFDFFF9J(
  1105. XO#F77FFFFEFFFE7FJ#9#
  1106. XO#CEFFFF9FJ"8%
  1107. XO#B9FF7FFFE7J#9$
  1108. XO"FE77BFFFF9J"9"8"9"8"<#9%
  1109. X;FFFFFFFFFFFDEFDFFFFE7FJ"C#;#
  1110. XBFDFBDFFF8FJ#9"8"
  1111. XO"E7BFEFF3J#9"8"
  1112. XO"DE7FF7FCJ#<#
  1113. XO"3DFFFF3FB%J#:"9"
  1114. X0F03C78F?FEFBFBCFB%J#:"9"
  1115. XCF99E79F?F9F7FDF3B%J#:"9"
  1116. X879CE31F?F7EFFEFCB"J#>#
  1117. XB7BCFDFFF3FB$>$J#:#9"
  1118. X3399E080601F5BF3FFF7FC7C$H"A$;"9"
  1119. X83E49FFFFE7EFFBFF9B#?$J#@#
  1120. X0399FFFFFF4FDFDFE7FA%J#<"9#
  1121. XFE799CE7?F3FBDFFF9FJ#<":"
  1122. XO EFF7EFE7A&J#<":"
  1123. XFC3004430F>9FCFF7F9APJ#A#
  1124. X>7FBFFE7Fj"
  1125. XO23FZ"D&
  1126. XMF807FFFFFFBFJZ
  1127. XM0
  1128. X
  1129. X
  1130. X
  1131. XB"<#
  1132. X8FF87FB+
  1133. X27FFF0F80478FFF331E3A,
  1134. XFE73FFFCFF3E79FFE799E7A(8#
  1135. XFF77FFF87F3E3198C7B$:#
  1136. X8FFFFBF318B+
  1137. X27FFF33F3E0180789807A#:&
  1138. XFE7349807F9927D"9#D#
  1139. XF0FFFFC01FD%8#B#
  1140. XE79F3E7939E7CF9FA#<"D#
  1141. XFF27FE8F8FB+B#
  1142. X8FFFC3080430FFF0F0C3BFEFBU
  1143. XJ#
  1144. XB3FE7J#
  1145. XB7DF7
  1146. XJ"
  1147. XB7FJ$
  1148. XAFEFFFB
  1149. X
  1150. XJ$
  1151. XAFCFDF9J$
  1152. XAFDFDFD
  1153. XJ$
  1154. XAF9FDFCJ$
  1155. XAFBFFFEJ"
  1156. XBFDJ"8"
  1157. XAF37F
  1158. XJ$
  1159. XAF7FFFFJ"
  1160. XBFDJ"8"
  1161. XAE73FJ"8"
  1162. XAEFBFJ"
  1163. XBFF"J"8"
  1164. X3F@CF9F#J$
  1165. XC001@FDFFDF%J"
  1166. XFFFE000F=DF7&J"8"
  1167. XFFFFF0007F;9FCF"8%J"
  1168. X1FFFFF8003;FF#9%J"8"
  1169. XE003FFFC003F8BFEF%8%J"8"
  1170. XFFFC003FFFFFC00173FE77%9%J"
  1171. XFFFFC007FFFE000F6FD9%8&I"8"
  1172. XFFF8007FFFFFF0007F7FF7:%9%
  1173. XFFFF800FFFFF8003<$:%E"9"
  1174. XFFF000FFFC003FFEF3=%9%F"
  1175. XFFFF001FFFFFC001FF?$:%C"8"
  1176. XFFE001FFFE000FFFFB@%9&@"9"
  1177. XFFFE003FFFFFF0007FFCF9A%:%
  1178. XFFFFC003FFFF8003C%:%="9"
  1179. XFFFC007FFFFC003FFDFDD%:%<&
  1180. XFFFF8007FFFFC001F9FFFDFFFCF$;%
  1181. XFFF800FFFE000FG%:&
  1182. XFFFF000FFFFFF0007FI$;'9#
  1183. XFFF001FFFF8003FFF3FE7FJ%;%
  1184. X4FFFE001FFFFC0033J%;&
  1185. X5FFFFE003FFFFC001FFJ%;&
  1186. X7FFFC003FF7FE000FFFJ%:'
  1187. X8FFFFC007E7FFFFF0003FJ%;%
  1188. X:FFF8007FFFFF0003J%<%
  1189. X;FFFF800F3FFC003FJ%:&
  1190. X=FFF000CF9FFFFFC001j";$:"8#9j"
  1191. X83FFFFFFFFFFFFF33FJ"j"
  1192. X820301
  1193. X
  1194. X
  1195. X
  1196. X
  1197. X
  1198. X
  1199. X
  1200. X
  1201. X
  1202. X
  1203. X
  1204. X
  1205. X
  1206. XJ"
  1207. XB04C#
  1208. X3FFCB%
  1209. X03C003C0B%C"?"
  1210. X1C0000381001B"8"J$
  1211. X6006F01FFC0A#8#G"I$
  1212. X01800180001FFFFCA#8#J%
  1213. X02000040EFE003F80A":"J&
  1214. X0C30D03601C0360A":"B"?"C&
  1215. X1008000005801C00D0A":"J&
  1216. X2004D1E0008003CA":"J"9"
  1217. X4002D380EA":"J'
  1218. X8001DE00000000380@#:#J(
  1219. X01000080B01400018000140@"<"J(
  1220. X0240B028000240000A0@"<"J#9#
  1221. X0420B05000250@"<"J":#
  1222. X0810B060130J":#
  1223. XO&0C0398@"<"J":#
  1224. X1008B18060C@"<"J$
  1225. X2004E180000J"8"8"
  1226. XO&300006@"<"J";"
  1227. X4002B5005J#J";"
  1228. X827C4:6003@"<"<#J";#
  1229. X8001204A:A00280J"J";"
  1230. X991:C001J#
  1231. X82111?#<#;$G"<#;#
  1232. X0100008023911F3F018000C0J$G"
  1233. X820510001
  1234. XJ#
  1235. X8244A?">";#J#<"
  1236. X024023849030060J#
  1237. X82000J$8#
  1238. XO&0231800C60J$8#
  1239. XO&064A401090J$9"
  1240. XO&72FFC097J(
  1241. XO&524A7FF8000C95J(
  1242. XO&724A4000001297J";"
  1243. XO&0290J$8#
  1244. XO&0731800C60J$8#
  1245. XO&0000000000
  1246. XJ'8"
  1247. XO%018000073910C0?">"J#
  1248. X0180C04A5J"
  1249. XO*B0J$
  1250. XO(073950J&8#
  1251. XO%00C00006210180?#<#J$
  1252. X00800100C05A110J$9"
  1253. XO&A0000402J"`#
  1254. XO&600300@"<"J";"
  1255. X4002B5005J";"
  1256. XO&3006@"<"J";"
  1257. X2004B180CJ&
  1258. XO'1000630004@"<"J(
  1259. X1008B0CB00094800698@"<"J#9#
  1260. X0810B06600330J(
  1261. XO&05200064800250@"<"J(
  1262. X0420B028000948000A0@"<"J#9#
  1263. X0240B01400140@"<"J(
  1264. X0180B00E00063000380@#:#J'
  1265. X00800100C380008000E00A":"J"9"
  1266. X4002D1E3CA":"J&
  1267. X2004D05801400D0A":"J&
  1268. X1008D03601C0360A":"J&
  1269. X0C30D00FE003F80A":"J%
  1270. X0240E1FFFFC00A#8#J$
  1271. X01800180E01FFC0A#8#J$
  1272. X00600600E000000B"8"
  1273. X1C38B%>#<&="
  1274. X03C003C02F801FF00401FF3FB%>#<&="
  1275. X003FFC00200000080A020001C#H$
  1276. X0000041104J$
  1277. XA022088J$
  1278. XA014050J$
  1279. XA008020J#
  1280. XB0000
  1281. X
  1282. X
  1283. X
  1284. X
  1285. X
  1286. X
  1287. X
  1288. X
  1289. X
  1290. X
  1291. X
  1292. X
  1293. X
  1294. X
  1295. X
  1296. X
  1297. X
  1298. X
  1299. X
  1300. XJ-
  1301. XO'1C03E20801880003E00001BFJ&8%
  1302. XO'220026140000801000J%
  1303. XO'20004A22J"8'
  1304. XO)428F1C00873C70J$8'
  1305. XO'3C008288A200889008J";"9"
  1306. XO'229878J#9"9"
  1307. XO(01028488J$8"8"
  1308. XO(310214A292J-
  1309. XO'1C210F8801CF1C00870C79FFJ#d"
  1310. XO'00403FJ"
  1311. XO(00J#
  1312. X827C4J#
  1313. X8204AE$="
  1314. X01FFFC91E%;#
  1315. X3F7777FF2111E&:$G"
  1316. XDEEEEEEEFF23911F3FD(9$G"
  1317. X01DDDDDDDDDDF820510001E(
  1318. X5BBBBBBBBBDFC0E(8#
  1319. X5F77777777BFFC244AD"P'J*
  1320. X007FFFC0002384:0F9C03E73E0188000AEd#J'
  1321. X2000:082200288200J#9"
  1322. XO)488412J"8*
  1323. XO&0B4088008F1C12C722B0J-
  1324. XO&0C9E00811C0088A22328A2C8J&8#8"
  1325. XO&0082008202984280J#9"
  1326. XO(010484J&8%
  1327. XO&08A2310822A28228A6J,
  1328. XO&071C210F9C01CF1C82271AJ$d
  1329. XO&000040J"
  1330. XO(00D#:"
  1331. X01F310E":"
  1332. X0128H$
  1333. X010044F%
  1334. X0E78E380E&
  1335. XE101451100E%
  1336. X010F44C0F$
  1337. X114420G%>"?"
  1338. X791100281001E'C"
  1339. X038F40E3801004D(
  1340. X00000040010000H"
  1341. X00G"
  1342. X00J"?"
  1343. X=0000J"
  1344. XB00J#?#
  1345. X<07C47C40J#?#
  1346. X<004A04A0J"?#
  1347. X=910910J#?"
  1348. X<011111J#?"
  1349. X<039139J#?"
  1350. X<005105
  1351. XJ#?#
  1352. X<044A44A0J#?#
  1353. X<03843840J#?#
  1354. X<00000000
  1355. X
  1356. XENDBITMAP
  1357. X
  1358. X%%EndBinary
  1359. X1 H
  1360. X3 X
  1361. X450. 549. -63. 18. W
  1362. X171. 639. 63. -72. W
  1363. X396. 657. -18. -27. W
  1364. X234. 657. 18. -27. W
  1365. X450. 504. -45. 18. W
  1366. X468. 459. -54. -9. W
  1367. X441. 414. -18. 0. W
  1368. X234. 369. 9. 27. W
  1369. X351. 378. -27. 36. W
  1370. X171. 423. 63. 27. W
  1371. X4 F
  1372. X0 X
  1373. X2.42 (Angle of Attack) 360. 666. P
  1374. X(G-Meter) 207. 660. T
  1375. X(Airspeed) 108. 655. T
  1376. X(Ladder) 108. 637. T
  1377. X2.54 (\050248 kts\051) 108. 619. P
  1378. X-1.14 (Rate of) 459. 495. P
  1379. X(climb) 459. 481. T
  1380. X(Engine) 477. 459. T
  1381. X-0.45 (RPM %) 477. 445. P
  1382. X(Fuel) 450. 421. T
  1383. X(remaining) 450. 409. T
  1384. X(&) 476. 394. T
  1385. X(consumption) 450. 381. T
  1386. X(Radar) 360. 369. T
  1387. X(Display) 360. 355. T
  1388. X(Flap) 198. 360. T
  1389. X(indicator) 198. 346. T
  1390. X(Threat) 117. 432. T
  1391. X(Display) 117. 418. T
  1392. X(\050TEWS\051) 117. 404. T
  1393. X3 X
  1394. X450. 630. -126. -72. W
  1395. X0 X
  1396. X(Flight) 459. 639. T
  1397. X(path) 459. 625. T
  1398. X(marker) 459. 611. T
  1399. X(Altitude) 459. 558. T
  1400. X(Ladder) 459. 544. T
  1401. X0.65 (\050210 ft\051) 459. 530. P
  1402. X3 X
  1403. X162. 531. 63. -18. W
  1404. X162. 486. 144. 27. W
  1405. X0 X
  1406. X(Weapon) 99. 534. T
  1407. X(Discretes) 99. 516. T
  1408. X(Heading) 90. 486. T
  1409. X(Ladder) 90. 472. T
  1410. X5 F
  1411. X1.43 (The  acm Cockpit) 214. 690. P
  1412. X4 F
  1413. X(Throttle) 99. 576. T
  1414. X0 H
  1415. X3 X
  1416. X153. 576. 81. -45. W
  1417. X72. 72. 540. 720. C
  1418. XU
  1419. X1 F
  1420. X0 X
  1421. X(The Head Up Display \050HUD\051) 72. 304. T
  1422. X2 F
  1423. X1.91 (The HUD is a collection of instruments that permits pilots to focus their attention on) 108. 275. P
  1424. X2.46 (what\325s going on outside of the cockpit.  These instruments are projected onto a flat) 108. 261. P
  1425. X3.49 (pane of glass located near the windscreen.  Much of the information is displayed) 108. 247. P
  1426. X(graphically to give the pilot a quicker understanding of his or her immediate situation.) 108. 233. T
  1427. X4 F
  1428. X(Ladders) 72. 198. T
  1429. X2 F
  1430. X2.2 (Four tape-style "ladders" display basic flight information.  On the left, is the plane\325s) 108. 170. P
  1431. X1.51 (true airspeed.  Each minor tick on the airspeed ladder represents 10 nautical miles per) 108. 156. P
  1432. X(hour \050also known as knots and abbreviated "kts"\051.) 108. 142. T
  1433. X1.82 (On the right is the altitude ladder.  Each tick represents 100 feet. In acm, the ground) 108. 114. P
  1434. X2.41 (is completely flat \050except for a few mountains\051 and located at sea level.  A rate-of-) 108. 100. P
  1435. X2.18 (climb readout is located just below this ladder; rate-of-climb is expressed in feet per) 108. 86. P
  1436. XFMENDPAGE
  1437. X%%Page: "5" 5
  1438. XFMBEGINPAGE
  1439. X0 F
  1440. X0 X
  1441. X(February, 1991) 72. 749. T
  1442. X(Acm Guide) 72. 36. T
  1443. X(Page  5) 510.56 749. T
  1444. X(Revision 2.1) 489.44 36. T
  1445. X2 F
  1446. X(minute.) 108. 711. T
  1447. X(In the lower center is a horizontal heading ladder.  Each tick represents five degrees.) 108. 683. T
  1448. X2.63 (In the center is an attitude ladder.  Each line corresponds to ten degrees of aircraft) 108. 655. P
  1449. X(pitch.  The ladder rolls as the aircraft does, providing an artificial horizon.) 108. 641. T
  1450. X4 F
  1451. X(Angle of Attack) 72. 606. T
  1452. X2 F
  1453. X1.59 (The acm HUD has two indicators to give the pilot cues as to the planes current angle) 108. 578. P
  1454. X1.44 (of attack and sideslip.  First, above the altitude ladder, is a readout of the plane\325s cur-) 108. 564. P
  1455. X1.69 (rent angle of attack in degrees.  The acm F-16 will stall at a positive angle of 30 de-) 108. 550. P
  1456. X(grees and a negative angle of -15 degrees.) 108. 536. T
  1457. X1.66 (Additionally, a plane-shaped "flight path marker" indicates the aircraft\325s current direc-) 108. 508. P
  1458. X0.94 (tion of travel.  Level flight occurs when the flight path marker is aligned with the zero-) 108. 494. P
  1459. X(degree artificial horizon line.) 108. 480. T
  1460. X4 F
  1461. X(The G-Meter) 72. 445. T
  1462. X2 F
  1463. X2.77 (A readout of the current vertical G-force on the pilot is located above the airspeed) 108. 417. P
  1464. X(ladder.) 108. 403. T
  1465. X4 F
  1466. X(Throttle Setting) 72. 368. T
  1467. X2 F
  1468. X2.48 (A readout below the airspeed indicator shows the current throttle setting.  An "AB") 108. 340. P
  1469. X2.4 (flag, or "discrete", to the right of this indicator shows the state of the afterburner --) 108. 326. P
  1470. X(an "AB" indication means that the afterburner is on.) 108. 312. T
  1471. X4 F
  1472. X(Weapon State) 72. 277. T
  1473. X2 F
  1474. X2.03 (Below the throttle indicator are discretes that show the state of the currently selected) 108. 249. P
  1475. X(weapon system.) 108. 235. T
  1476. X1 F
  1477. X(The Radar System) 72. 171. T
  1478. X2 F
  1479. X1.45 (The acm radar system has a field of view that extends 130 degrees laterally and verti-) 108. 142. P
  1480. X1.34 (cally from the front of the aircraft.  The radar set\325s range is about 80 nm.  All aircraft) 108. 128. P
  1481. X(within that range and field of view will appear as a box on the radar display.) 108. 114. T
  1482. X4.76 (If any objects are radar-visible, the set will automatically lock onto the closest) 108. 86. P
  1483. XFMENDPAGE
  1484. X%%Page: "6" 6
  1485. XFMBEGINPAGE
  1486. X0 F
  1487. X0 X
  1488. X(February, 1991) 478.9 749. T
  1489. X(Acm Guide) 493.62 36. T
  1490. X(Page  6) 72. 749. T
  1491. X(Revision 2.1) 72. 36. T
  1492. X2 F
  1493. X1.56 (threat.  With radar lock acquired, your display will provide detailed information about) 108. 711. P
  1494. X1.47 (the locked, or "primary", target\325s disposition.  A primary target appears as a solid box) 108. 697. P
  1495. X1.88 (on the radar display -- the display provides information on the primary target\325s range) 108. 683. P
  1496. X1.83 (and altitude, as well as it\325s current heading, your desired relative heading to intercept) 108. 669. P
  1497. X(and the rate of closure of your two aircraft.) 108. 655. T
  1498. X72. 72. 540. 720. C
  1499. X72. 264. 540. 636. C
  1500. X72. 264. 540. 636. R
  1501. X7 X
  1502. XV
  1503. X72. 264. 540. 636. C
  1504. X72. 246. 540. 636. R
  1505. X7 X
  1506. XV
  1507. X5 F
  1508. X0 X
  1509. X1.48 (The  Radar  Display) 198. 588. P
  1510. X4 F
  1511. X(Target\325s) 423. 532. T
  1512. X(Altitude) 423. 514. T
  1513. X1.96 (\05012-13,000 ft\051) 423. 496. P
  1514. X175 178 168. 170.88 222. 352.12 
  1515. X
  1516. X%%BeginBinary:  949      
  1517. XBEGINBITMAP
  1518. X
  1519. X
  1520. X
  1521. X
  1522. X
  1523. X"J"
  1524. X074E1"j"
  1525. X04421
  1526. X
  1527. X
  1528. X
  1529. X
  1530. X
  1531. X
  1532. X;"@#
  1533. X8010E0:#@#
  1534. X01403110:#@"
  1535. X022051F"
  1536. X10G"
  1537. X20G"
  1538. X40G"
  1539. X80:#;":#
  1540. X0140801100:#@#
  1541. X00807DF0;"@#
  1542. X000000;"@"
  1543. X0220
  1544. XA"
  1545. X00
  1546. X
  1547. X;"@"
  1548. X0000
  1549. X
  1550. X
  1551. X
  1552. X
  1553. X
  1554. X
  1555. X
  1556. X
  1557. X
  1558. X
  1559. X
  1560. X7#
  1561. XF8807#
  1562. X09407#
  1563. X12207"
  1564. X227$F#
  1565. X7223E007E17$F#
  1566. X0A20000021
  1567. X7#
  1568. X89407#
  1569. X70807#
  1570. X0000
  1571. X
  1572. X
  1573. X
  1574. X
  1575. X
  1576. X
  1577. X
  1578. X
  1579. X
  1580. X
  1581. X
  1582. X
  1583. X
  1584. X
  1585. X
  1586. X
  1587. X
  1588. X
  1589. X
  1590. X
  1591. X
  1592. X
  1593. X
  1594. X
  1595. X
  1596. X
  1597. X
  1598. X
  1599. X
  1600. X
  1601. X
  1602. XA#
  1603. X0FE0
  1604. X
  1605. X
  1606. X#<'<#
  1607. X05F003FE008FFFE007E1#<'<#
  1608. X04000001014FE0000021?$
  1609. X00822F@$
  1610. X441100@#
  1611. X280A@#
  1612. X1004@#
  1613. X0000
  1614. X
  1615. X
  1616. X
  1617. X
  1618. X
  1619. X
  1620. X
  1621. X
  1622. X
  1623. X
  1624. X
  1625. X
  1626. X
  1627. X
  1628. X
  1629. X
  1630. X
  1631. X
  1632. X
  1633. X
  1634. X
  1635. X
  1636. X
  1637. X
  1638. X
  1639. XG$
  1640. X011F7CG$
  1641. X030140G%
  1642. X05024003G&
  1643. X01045804A1H#
  1644. X0E647#E%
  1645. XF880010403217#G"
  1646. X0940007#E#
  1647. X122011447"E$
  1648. X2207CE387$C&
  1649. X7223E000000007E17$F#
  1650. X0A20000021
  1651. X7#
  1652. X89407#D&
  1653. X7080011F3807A17#D&
  1654. X00000301440461G#
  1655. X0502G#
  1656. X0104H%
  1657. X0E3807A1H%
  1658. X01440521J#
  1659. X404A1H"8"
  1660. X1161G$
  1661. X07CE38G&
  1662. X0000000021
  1663. X
  1664. X
  1665. XG&
  1666. X01043803A1G&
  1667. X030C440461G#8"
  1668. X051421G$
  1669. X010404F%
  1670. X01F10408;"@%
  1671. X0220010410A"="
  1672. X8020I$
  1673. X400461G&
  1674. X07DF7C03A1G&
  1675. X0000000021;"@"
  1676. X0000A"
  1677. X00;#>#
  1678. XF8800F88;#>#
  1679. X09400094;#>#
  1680. X12200122;"?"
  1681. X2202;"?"
  1682. X7207;"?#
  1683. X0A00A2
  1684. X;#>#
  1685. X89400894;#>#
  1686. X70800708;#>#
  1687. X00000000
  1688. X"Z"
  1689. X074E1j"
  1690. X501Z
  1691. X6
  1692. X
  1693. X
  1694. X
  1695. X
  1696. X
  1697. XENDBITMAP
  1698. X
  1699. X%%EndBinary
  1700. X222. 353. 390. 523. R
  1701. X0 H
  1702. X4 X
  1703. XN
  1704. X1 H
  1705. X3 X
  1706. X414. 519. -54. -9. W
  1707. X0 X
  1708. X(Target\325s) 423. 438. T
  1709. X(heading) 423. 424. T
  1710. X(Relative) 423. 393. T
  1711. X1.62 (heading to) 423. 379. P
  1712. X(target) 423. 365. T
  1713. X(Closure) 351. 312. T
  1714. X1.66 (rate  \050-112 kts\051) 351. 298. P
  1715. X3 X
  1716. X369. 330. 0. 36. W
  1717. X414. 384. -27. 9. W
  1718. X414. 438. -45. -27. W
  1719. X0 X
  1720. X0.19 (Range to) 117. 537. P
  1721. X(target) 117. 523. T
  1722. X2.11 (\0500-1 nm\051) 117. 509. P
  1723. X3 X
  1724. X189. 519. 63. -9. W
  1725. X290. 380. 296. 386. R
  1726. X7 X
  1727. XN
  1728. X3 X
  1729. X189. 411. 108. 27. W
  1730. X0 X
  1731. X(Primary) 141. 414. T
  1732. X(target) 143. 400. T
  1733. X2.3 (Other target) 220. 315. P
  1734. X3 X
  1735. X261. 339. 27. 36. W
  1736. X72. 264. 540. 636. C
  1737. X72. 72. 540. 720. C
  1738. XU
  1739. X2 F
  1740. X0 X
  1741. X2.78 (The radar set\325s ability to establish a positive lock on a target extends for a shorter) 108. 253. P
  1742. X1.94 (range than the radar\325s maximum detection range  -- radar lock is limited to about 60) 108. 239. P
  1743. X(nm on the F-16 and 30 nm on the MIG-23.) 108. 225. T
  1744. X1.16 (If multiple targets are plotted on your radar display, you can lock onto other targets by) 108. 197. P
  1745. X(pressing the target designator key \050Q\051.) 108. 183. T
  1746. X1.54 (The radar on/standby key \050R\051 can be used to toggle your radar set between its normal) 108. 155. P
  1747. X2.12 (operating mode and a standby state.  When your radar is in standby mode, your air-) 108. 141. P
  1748. X(craft emits no radar energy and can be more difficult to detect.) 108. 127. T
  1749. XFMENDPAGE
  1750. X%%Page: "7" 7
  1751. XFMBEGINPAGE
  1752. X0 F
  1753. X0 X
  1754. X(February, 1991) 72. 749. T
  1755. X(Acm Guide) 72. 36. T
  1756. X(Page  7) 510.56 749. T
  1757. X(Revision 2.1) 489.44 36. T
  1758. X1 F
  1759. X(Electronic Countermeasures) 72. 706. T
  1760. X4 F
  1761. X(Threat Warning \050TEWS\051) 72. 670. T
  1762. X2 F
  1763. X2.34 (Each aircraft is equipped with an ECM receiver called a Threat Early Warning Sys-) 108. 642. P
  1764. X2.31 (tem \050TEWS\051.  It\325s display is the round "CRT" to the left of the radar display.  The) 108. 628. P
  1765. X1.18 (ECM receiver can detect radar emissions from other aircraft and will plot a box on the) 108. 614. P
  1766. X(TEWS display representing the relative direction of that radar threat.) 108. 600. T
  1767. X1.37 (This receiver cannot detect aircraft that have their radar units directed away from your) 108. 572. P
  1768. X2.56 (aircraft, nor is it capable of detecting aircraft that have their radar sets turned com-) 108. 558. P
  1769. X(pletely off.) 108. 544. T
  1770. X1 F
  1771. X(Weapon Systems) 72. 480. T
  1772. X2 F
  1773. X4.37 (Your aircraft is equipped with heat-seeking missiles and a 20-millimeter cannon.) 108. 451. P
  1774. X0.93 (Weapon information is displayed in the lower left-hand corner of your HUD.  Different) 108. 437. P
  1775. X2.11 (weapons may be selected by pressing mouse button 3.  The currently selected weap-) 108. 423. P
  1776. X(on is fired by pressing mouse button 2.) 108. 409. T
  1777. X4 F
  1778. X(Missiles) 72. 360. T
  1779. X2 F
  1780. X2.76 (The missiles are patterned after U.S. AIM-9M Sidewinders.  They can detect infra-) 108. 332. P
  1781. X1.83 (red \050IR\051 targets at any aspect \050not just from the rear\051.  Their range varies dramatical-) 108. 318. P
  1782. X2.03 (ly with the altitude and closure rate.  The missile subsystem couples with your radar) 108. 304. P
  1783. X(set to provide time-to-impact information when AIM-9\325s are selected.) 108. 290. T
  1784. XFMENDPAGE
  1785. X%%Page: "8" 8
  1786. XFMBEGINPAGE
  1787. X0 F
  1788. X0 X
  1789. X(February, 1991) 478.9 749. T
  1790. X(Acm Guide) 493.62 36. T
  1791. X(Page  8) 72. 749. T
  1792. X(Revision 2.1) 72. 36. T
  1793. X72. 72. 540. 720. C
  1794. X72. 495. 540. 720. C
  1795. X72. 495. 540. 720. R
  1796. X7 X
  1797. XV
  1798. X72. 495. 522. 720. C
  1799. X54. 495. 522. 729. R
  1800. X7 X
  1801. XV
  1802. X0 X
  1803. X206 108 197.76 103.68 289. 573.32 
  1804. X
  1805. X%%BeginBinary:  707      
  1806. XBEGINBITMAP
  1807. X
  1808. X
  1809. X=#
  1810. XF01F=#
  1811. XFFFF
  1812. X
  1813. X
  1814. X
  1815. X
  1816. X
  1817. X
  1818. X
  1819. X=#
  1820. XF01F=#
  1821. XFFFF
  1822. X
  1823. X
  1824. X
  1825. X
  1826. X
  1827. X
  1828. X
  1829. X
  1830. X
  1831. X
  1832. X
  1833. X
  1834. X
  1835. X
  1836. X
  1837. XJ#
  1838. X4CFC3J#
  1839. X40F99<%?$
  1840. XFC7C0787FE4FBC<%?$
  1841. XF93CE733FFCFFC<#
  1842. XF39F<%A"
  1843. XFBBFCF87F9<%A"
  1844. XFC7FCFF8F3<%A"
  1845. XF93F9FC3E7<%A"
  1846. XF39F9F1FCF?"A"
  1847. XE19C>#?$
  1848. X3FCCFE0180<#A$
  1849. XF93FFFFFFF<%
  1850. XFC7F3FE1<%
  1851. XFFFFFFFFJ"
  1852. X57F
  1853. X
  1854. X
  1855. XG"<"
  1856. XF7F7
  1857. X
  1858. X
  1859. X
  1860. XG"9"8"
  1861. XFFFFFFJ"
  1862. X97F
  1863. X
  1864. XC#
  1865. XE03F8(:"
  1866. X03F07E14218040E78)9"
  1867. XCFE738C673CE663FFF:&:#
  1868. X39E667CFE7FE7F9(
  1869. XCF93FE4FCDE79F<#;#
  1870. X1FC1FCFF<#G"
  1871. X0FCDFF8#8#
  1872. XCE4F67CF9(9"
  1873. X6739E667CE673FF9:&
  1874. X38C673CE668)
  1875. X00707E1C118040FF8R:"
  1876. XFF
  1877. X
  1878. X
  1879. X
  1880. X
  1881. X
  1882. X
  1883. X8"<#
  1884. XE3FE1F8+
  1885. XC9FFFC3E011E3FFCCC788+
  1886. X9CFFFF3FCF9E7FF9E6798'9"
  1887. XDDFFFE1FCF8C318"8"9#
  1888. XE3DFFCC68+
  1889. XC9FFFCCFCF80601E26018":&
  1890. X9C92601FE649;"8#
  1891. X0F7FFF:%8#
  1892. XF9E7CF9ECE798"="
  1893. XC98E8+
  1894. XE3FFF0C2010C3FFC3C308U
  1895. X
  1896. X
  1897. X
  1898. X
  1899. X
  1900. X
  1901. X
  1902. X
  1903. X
  1904. X
  1905. X
  1906. X
  1907. X
  1908. X
  1909. X
  1910. X
  1911. X
  1912. X
  1913. X
  1914. X
  1915. X
  1916. XENDBITMAP
  1917. X
  1918. X%%EndBinary
  1919. X4 F
  1920. X2.44 (Missile\325s IR seeker is) 99. 680. P
  1921. X1.28 (locked onto the target and) 99. 666. P
  1922. X1.13 (is ready to launch.) 99. 652. P
  1923. X1 H
  1924. X3 X
  1925. X243. 655. 54. -27. W
  1926. X0 X
  1927. X1.06 (Eight missiles of this) 81. 592. P
  1928. X(type remain.) 81. 578. T
  1929. X3 X
  1930. X216. 601. 81. 0. W
  1931. X0 X
  1932. X7.86 (AIM-9M Sidewinders) 205. 547. P
  1933. X3.74 (are selected) 205. 533. P
  1934. X3 X
  1935. X297. 558. 36. 34. W
  1936. X423. 583. -27. 27. W
  1937. X0 X
  1938. X0.6 (Time to impact) 405. 567. P
  1939. X3.55 (Missile  Discretes) 244. 507. P
  1940. X72. 495. 540. 720. C
  1941. X72. 72. 540. 720. C
  1942. XU
  1943. X2 F
  1944. X0 X
  1945. X2.13 (This missile has a solid rocket motor that burns for about 15 seconds.  After that, it) 108. 463. P
  1946. X2.14 (will still track towards its intended target but may lose speed too rapidly to catch it.) 108. 449. P
  1947. X3.7 (Your heat seeking missiles don\325t arm themselves until three seconds after launch.) 108. 435. P
  1948. X(You should not fire at a target that is closer than four seconds of flight time away.) 108. 421. T
  1949. X4 F
  1950. X(Cannon) 72. 372. T
  1951. X2 F
  1952. X1.78 (Cannon can be used to engage targets at closer range.  Your cannon is modeled after) 108. 344. P
  1953. X0.98 (the U.S. M61A1 Vulcan.  Aircraft typically begin a mission with 500 rounds of ammu-) 108. 330. P
  1954. X1.62 (nition; the cannon fires at 3000 rounds per minute so you only have enough ammuni-) 108. 316. P
  1955. X(tion for a ten second continuous burst: use it carefully.) 108. 302. T
  1956. X(.) 72. 288. T
  1957. X72. 72. 540. 720. C
  1958. X72. 81. 540. 283. C
  1959. X72. 81. 540. 283. R
  1960. X7 X
  1961. XV
  1962. X126. 114. 540. 252. C
  1963. X126. 114. 594. 252. R
  1964. X7 X
  1965. XV
  1966. X0 X
  1967. X190 84 182.4 80.64 162. 151.36 
  1968. X
  1969. X%%BeginBinary:  732      
  1970. XBEGINBITMAP
  1971. XA#
  1972. X801F?%
  1973. XFE007FFF>%
  1974. XF801FFFF=$
  1975. XE007FF<$
  1976. X801FFF:%
  1977. XFC007FFF9%
  1978. XF003FFFF8$
  1979. XC00FFF7$
  1980. X003FFF$
  1981. X00FFFF"
  1982. XFF
  1983. XJ#
  1984. X5F3F0J$
  1985. X5C3E67F;&A$
  1986. XFCFE1F87C393EF3F;*=$
  1987. XF0FCCF3399FFFC3C07F3FE7F;";$>#
  1988. XE4FF3E73F8FF;*>#
  1989. XFCF9E679C3FFFE1E79FE7F?&>#
  1990. XFC7FFEDE73FF3F?&
  1991. XE1FFFCCE07?"9">"
  1992. X8F73EF?"8#>#
  1993. XF00E79E67F<(>$
  1994. XFCCF33E67FF9E68070FFC"=#
  1995. X73FFFF;*
  1996. XE01E1F87F0FFF0C007;T
  1997. XJ"
  1998. X6DF
  1999. X
  2000. X
  2001. XH"
  2002. XFD
  2003. X
  2004. X
  2005. X
  2006. XH"9"
  2007. XFFFF
  2008. X
  2009. X
  2010. X
  2011. X8&
  2012. X81FC2E0FC28&
  2013. XE7F18CE7989%
  2014. XF3CCE73C9%
  2015. XE7F9F31F<"
  2016. X87<"
  2017. XE19"8"
  2018. X27F89%
  2019. X33CCE73C9%
  2020. X318CE7198&
  2021. X803C3E0F438P
  2022. X
  2023. X
  2024. X
  2025. X
  2026. X
  2027. X
  2028. X
  2029. X8%:&
  2030. XC07C3F0F87E7FFFE7F8-
  2031. XCFF99E67FF8F1FFE3F87E1F8=(
  2032. XCF3FFE7F27F9F29,
  2033. XF3CCF3FFC63FFCFFE7F0FE8"=$
  2034. XC08FE7F68#9(
  2035. XCE73C0300C67E7E67E8":"8"
  2036. XFEC9F3>#8"
  2037. X3FFCE09&:#
  2038. X799E67FFCFCF3E8#;#
  2039. XCCF9FE678.
  2040. XC1FC3F0FFF861FFF0F0086100F8X
  2041. X
  2042. X
  2043. X
  2044. X
  2045. X
  2046. X
  2047. X
  2048. X
  2049. X
  2050. X
  2051. X
  2052. X
  2053. X
  2054. X
  2055. X
  2056. XENDBITMAP
  2057. X
  2058. X%%EndBinary
  2059. X4 F
  2060. X5.27 (Lead-computing optical) 369. 187. P
  2061. X2.25 (sight mode selected) 369. 172. P
  2062. X1.42 (Rounds remaining \050500\051) 180. 124. P
  2063. X5.84 (M61A1 cannon) 369. 203. P
  2064. X1 H
  2065. X3 X
  2066. X360. 196. -135. 0. W
  2067. X360. 187. -81. -9. W
  2068. X198. 142. -9. 18. W
  2069. X72. 81. 540. 283. C
  2070. X4 F
  2071. X0 X
  2072. X2.42 (Cannon  Discretes) 252. 88. P
  2073. X72. 72. 540. 720. C
  2074. XU
  2075. XFMENDPAGE
  2076. X%%Page: "9" 9
  2077. XFMBEGINPAGE
  2078. X0 F
  2079. X0 X
  2080. X(February, 1991) 72. 749. T
  2081. X(Acm Guide) 72. 36. T
  2082. X(Page  9) 510.56 749. T
  2083. X(Revision 2.1) 489.44 36. T
  2084. X2 F
  2085. X1.63 (On the HUD, a circular aiming reticle is displayed.  The HUD couples with the radar) 108. 711. P
  2086. X2.3 (set to provide a visible cue of the target\325s current range -- the aiming reticle is sur-) 108. 697. P
  2087. X1.34 (rounded by 12 ticks.  An inner arc represents the current range to the target:  each arc) 108. 683. P
  2088. X2.55 (tick represents 1000 feet of distance.  The aiming reticle moves across the HUD to) 108. 669. P
  2089. X2.62 (show a good aiming point based on the target\325s range and your aircraft\325s pitch and) 108. 655. P
  2090. X1.67 (turn rate.  If the range is large and or your pitch and turn rates are fast, you may see) 108. 641. P
  2091. X(no reticle at all:  the aiming point is simply out of the HUD\325s  field of view.) 108. 627. T
  2092. X72. 72. 540. 720. C
  2093. X72. 345. 540. 622. C
  2094. X72. 345. 540. 622. R
  2095. X7 X
  2096. XV
  2097. X72. 382. 540. 579. C
  2098. X72. 382. 540. 579. R
  2099. X7 X
  2100. XV
  2101. X0 X
  2102. X204 273 195.84 262.08 209. 349.92 
  2103. X
  2104. X%%BeginBinary:  1704     
  2105. XBEGINBITMAP
  2106. X
  2107. X
  2108. X
  2109. X
  2110. X
  2111. X
  2112. X
  2113. X
  2114. X
  2115. X
  2116. X
  2117. X
  2118. X
  2119. X
  2120. X
  2121. X
  2122. X
  2123. X
  2124. X
  2125. X
  2126. X
  2127. X
  2128. X
  2129. X
  2130. X
  2131. X
  2132. X
  2133. X
  2134. X
  2135. X
  2136. X
  2137. X
  2138. X
  2139. X
  2140. X
  2141. X
  2142. X
  2143. X
  2144. X
  2145. XJ#
  2146. X587F0J$
  2147. X533E67FJ"
  2148. X579J$
  2149. X5F9CF3F
  2150. XB">"
  2151. XF7F3J#
  2152. X403E7H%
  2153. XF800FFCFG(
  2154. XC007FFFF9FE67FF$8"
  2155. X003FFF39@)9$
  2156. XFBFF003FF000FFFF01F0FFA&;#
  2157. XF0F7C207FFFFFF@&
  2158. XFDCFFFFCEFA%
  2159. X3FF83F2F>(
  2160. X01FFFCFFFFC7CF<&8#
  2161. XC000FFFFFAF8D7:%8"8#
  2162. XF8003FFFE7FF798&9"9"
  2163. XFE0007FFFFDF9E8$;"9#
  2164. X01FFFFBFEF7F8";)
  2165. XFFFC00000001FFF7BF>)
  2166. XFDFEFFFFFDFFFBDFD"
  2167. XFD?":$
  2168. X9DFEEE7F?":$
  2169. XE3FF71FF?";"
  2170. XF9A7?";"
  2171. XF7BBE"
  2172. XDB?";"
  2173. XEFED
  2174. X?";"
  2175. XDFEEE"
  2176. XF6
  2177. X
  2178. X?";#
  2179. XBFFB7F
  2180. X@"
  2181. XFCA"
  2182. X7F>%9#
  2183. XF01FFFFFFA03>#;#
  2184. XFDBFFB7F
  2185. X
  2186. X
  2187. X
  2188. X?";#
  2189. XDFF6FF
  2190. X
  2191. XE"
  2192. XEE?";"
  2193. XEFED
  2194. X?";"
  2195. XF7DBE"
  2196. XBB>&8"
  2197. XFC00000001A7>&8"
  2198. XFFE3FFFFFF71?":$
  2199. X9DFEEE7F?":$
  2200. XFEFDDFFFD"
  2201. XFB?#9#
  2202. XFF7FF7BF@"9#
  2203. XBFEF7F@"9#
  2204. XDF9EFF@&
  2205. XE7FFBFFF79@"8#
  2206. XFAF8D7@"8#
  2207. XFCC7CF@&
  2208. XFD3F803F2FA%
  2209. XCFBFFCEF@&
  2210. XFBF0B7C3F7A$
  2211. XE0003F@&
  2212. XFFFFB7FFFF
  2213. X
  2214. XA#
  2215. XFE07A#
  2216. XF9B3A#
  2217. XF7BDA#
  2218. XEFFEA$
  2219. XDFFF7F
  2220. XA$>#
  2221. XBFFFBF9FC3J$
  2222. X5FE1F99?'<#
  2223. XFE003FFF800FFC9F?'<$
  2224. XFFFFBFFFBFFFFF9F3C
  2225. XA$
  2226. XDFFF7FJ#
  2227. X4F80FA$:%
  2228. XEFFEFFFE0007FFA#:%8"
  2229. XF7FDC001FFFF99A#8%
  2230. XF9F3F0003FFFA(9$
  2231. XFE0FFFF80FFFFFFC03C3AP;$
  2232. XFFFFFF
  2233. X
  2234. X>#
  2235. XF80F<%8"
  2236. XFE0007FF1F;%8#
  2237. XC001FFFFFEEF9%
  2238. XF0003FFF8%
  2239. XF80FFFFF8#=#
  2240. XFFFFFF1FB"
  2241. XFF
  2242. X
  2243. X
  2244. X
  2245. X
  2246. XJ"
  2247. X9EFJ"
  2248. X9FF
  2249. X
  2250. X
  2251. X
  2252. X
  2253. X
  2254. X
  2255. X
  2256. X
  2257. X
  2258. X
  2259. X
  2260. X
  2261. X
  2262. X
  2263. X
  2264. X
  2265. X
  2266. X
  2267. X
  2268. X
  2269. X
  2270. X
  2271. X
  2272. X
  2273. X
  2274. X
  2275. X
  2276. X
  2277. X
  2278. X
  2279. X
  2280. X
  2281. X
  2282. X
  2283. X
  2284. X
  2285. X
  2286. X
  2287. X
  2288. X
  2289. X
  2290. X
  2291. X
  2292. X
  2293. X
  2294. X
  2295. XJ#
  2296. X6FC3FJ#
  2297. X6F99F
  2298. XJ#
  2299. X6F3CF
  2300. X
  2301. XJ#
  2302. X5E033I%
  2303. XF8001FF3H'
  2304. X0007FFFFF99FF%
  2305. XC000FFFFE$:#
  2306. XE03FFFFC3FE#;#
  2307. XFFFFFFFF
  2308. X?#
  2309. XE03F=%
  2310. XF8001FFF<%
  2311. X0007FFFF:%F#
  2312. XC000FFFFE00F9$F%
  2313. XE03FFF00001FFF9#D'
  2314. XFFFFF80000FFFFFFG&
  2315. XE00007FFFFE&
  2316. X00001FFFFFC&
  2317. X8000FFFFFFA%
  2318. XFE007FFF@%
  2319. XF801FFFF?$
  2320. XE007FF>$
  2321. X801FFF<%
  2322. XFE007FFF;%
  2323. XF801FFFF:$
  2324. XE007FF9$
  2325. X801FFF7%
  2326. XFE007FFF%
  2327. XF801FFFF#
  2328. X07FF"
  2329. XFF
  2330. X
  2331. X
  2332. X
  2333. X
  2334. X
  2335. X
  2336. X
  2337. X
  2338. X
  2339. X
  2340. X>#;$
  2341. XF3F0F3FF3F>$:#
  2342. XC3E67FC3FE>$:#
  2343. X93EF3F93FC"=$:#
  2344. X07F3FE7FF3F9">#;"
  2345. X73F8FFF3">#;"
  2346. X79FE7FF7">#;"
  2347. X73FF3FE7"E#
  2348. X07E01F">"<#
  2349. X73EFFF3F">#
  2350. X79E67F>$:$
  2351. X8070FF807C1F"=#;$
  2352. X73FFFFFFFFFF"
  2353. X07"
  2354. XFF?"<"
  2355. XDFDF
  2356. X
  2357. X
  2358. X;"<"<"
  2359. XFDFDFD
  2360. X
  2361. X
  2362. X
  2363. X;"9"8"9"8"
  2364. XFFFFFFFFFFB"
  2365. XBF
  2366. X
  2367. X
  2368. X
  2369. X
  2370. X
  2371. X
  2372. X
  2373. XB"
  2374. XFF
  2375. X
  2376. X
  2377. X
  2378. X
  2379. X
  2380. XENDBITMAP
  2381. X
  2382. X%%EndBinary
  2383. X4 F
  2384. X(Aiming) 414. 553. T
  2385. X(Reticle) 414. 539. T
  2386. X1 H
  2387. X3 X
  2388. X405. 553. -63. -9. W
  2389. X414. 499. -90. 36. W
  2390. X0 X
  2391. X1.76 (The inner arc) 423. 508. P
  2392. X2.08 (indicates that the) 423. 494. P
  2393. X3.4 (target\325s range) 423. 480. P
  2394. X1.97 (is about) 423. 466. P
  2395. X-0.27 (6000 feet.) 423. 452. P
  2396. X(Target) 117. 508. T
  2397. X(designator) 117. 494. T
  2398. X(box) 117. 480. T
  2399. X3 X
  2400. X180. 508. 90. 27. W
  2401. X72. 345. 540. 622. C
  2402. X4 F
  2403. X0 X
  2404. X1.57 (The cannon aiming reticle) 222. 358. P
  2405. X72. 72. 540. 720. C
  2406. XU
  2407. X1 F
  2408. X0 X
  2409. X(Piloting an acm Fighter) 72. 314. T
  2410. X2 F
  2411. X1.57 (When you first enter acm, you and your fighter are positioned at the end of a runway) 108. 285. P
  2412. X3.1 (at your team\325s airfield.  Pilots on team one are assigned F-16C\325s, while team two) 108. 271. P
  2413. X(gets Mig-23\325s.) 108. 257. T
  2414. X1.69 (First, it\325s a good idea to familiarize yourself with the acm display as it\325s described in) 108. 229. P
  2415. X2.98 (the previous sections of this document.  Press the mouse button 3; notice how the) 108. 215. P
  2416. X(weapon display changes when the cannon is selected.) 108. 201. T
  2417. X1.29 (The engine RPM readout is not a direct indication of the amout of thrust that your en-) 108. 173. P
  2418. X3.61 (gine is producing.  For instance, while 100 percent RPM will generate maximum) 108. 159. P
  2419. X1.34 (thrust, 60% RPM generates thrust closer to 36 percent of the maximum.  Your plane\325s) 108. 145. P
  2420. X(flight idle position is 25%; corresponding to about 6 percent of maximum.) 108. 131. T
  2421. X1. (Acm allows you to taxi your plane on the ground.  To taxi, you must increase your en-) 108. 103. P
  2422. X1.32 (gine RPM to the 33-38 percent range to begin moving.  Once moving, you can reduce) 108. 89. P
  2423. X1.74 (the throttle slightly to keep from taxiing at an awkwardly high speed.  Steering while) 108. 75. P
  2424. XFMENDPAGE
  2425. X%%Page: "10" 10
  2426. XFMBEGINPAGE
  2427. X0 F
  2428. X0 X
  2429. X(February, 1991) 478.9 749. T
  2430. X(Acm Guide) 493.62 36. T
  2431. X(Page  10) 72. 749. T
  2432. X(Revision 2.1) 72. 36. T
  2433. X2 F
  2434. X(taxiing is accomplished by the nose wheel. ) 108. 711. T
  2435. X1.67 (The nose wheel position is determined by the lateral position of the mouse within the) 108. 683. P
  2436. X2.93 (acm view window.  Your plane us capable of extremely sharp turns with the nose) 108. 669. P
  2437. X(wheel; small control inputs go a long way.) 108. 655. T
  2438. X(The \050B\051 key controls wheel brakes.) 108. 627. T
  2439. X4 F
  2440. X(Takeoff) 72. 578. T
  2441. X2 F
  2442. X2.07 (Center the stick by moving the mouse pointer to the center of the HUD.  Lower the) 108. 550. P
  2443. X3.12 (flaps to the 20 degree setting \050press \050H\051 twice\051.  Apply full throttle \050press the \0504\051) 108. 536. P
  2444. X(key on the main keypad\051, and then light-off your afterburner \050press \050A\051\051.) 108. 522. T
  2445. X2.19 (Your speed will build rapidly.  As your airspeed passes about 75 knots, apply about) 108. 494. P
  2446. X2.02 (3/4 up elevator by moving the mouse pointer about 3/4 of the way down the bottom) 108. 480. P
  2447. X2. (half of the acm view screen.  Your jet will pitch up and begin to climb.  Notice the) 108. 466. P
  2448. X1.65 (movement of the artificial horizon, the flight path marker and your rate-of-climb indi-) 108. 452. P
  2449. X(cator.  Raise your the flaps as your airspeed passes 250 knots  \050press \050Y\051 twice\051.) 108. 438. T
  2450. X2.15 (Let your jet\325s flight path increase to about 15-20 degrees of climbing pitch and then) 108. 410. P
  2451. X0.73 (slowly ease off on the elevator to maintain that angle of climb.  You will notice quickly) 108. 396. P
  2452. X(that precise flying generally requires gentle control inputs and planning ahead.) 108. 382. T
  2453. X2.77 (After your climb has been established and your airspeed passes 400 knots, turn off) 108. 354. P
  2454. X2.48 (your afterburner \050press \050A\051 again\051.  You should be able to easily maintain a 11,000) 108. 340. P
  2455. X(fpm rate of climb at 400 kts with a flight path angle of about 20 degrees.) 108. 326. T
  2456. X3.36 (As you altitude passes 14,000 feet, slowly apply down elevator to level off; level) 108. 298. P
  2457. X2.96 (flight is attained when the flight path marker is even with the zero degree attitude) 108. 284. P
  2458. X(marker.  After you level off, your airspeed with increase to about 600 kts.) 108. 270. T
  2459. X1.65 (Practice maintaining a specific altitude.  This is a good way to get a feel for how the) 108. 242. P
  2460. X1.1 (aircraft will respond at higher speeds.  You will find the controls fairly sensitive; slow,) 108. 228. P
  2461. X(gentle inputs are what\325s required for this mode of flying.) 108. 214. T
  2462. X1.92 (If you accidentally start to bank the aircraft to one side, use gentle lateral control in-) 108. 186. P
  2463. X(puts to roll the plane back to level flight.) 108. 172. T
  2464. X(Try flying straight and level for a few moments to get the hang of the controls.) 108. 144. T
  2465. XFMENDPAGE
  2466. X%%Page: "11" 11
  2467. XFMBEGINPAGE
  2468. X0 F
  2469. X0 X
  2470. X(February, 1991) 72. 749. T
  2471. X(Acm Guide) 72. 36. T
  2472. X(Page  11) 505.56 749. T
  2473. X(Revision 2.1) 489.44 36. T
  2474. X4 F
  2475. X(Turns) 72. 709. T
  2476. X2 F
  2477. X1.42 (Turns are accomplished by rolling the aircraft in the desired direction and applying up) 108. 681. P
  2478. X1.84 (elevator, or "back pressure" as it is commonly called.  Elevator back pressure pitches) 108. 667. P
  2479. X1.49 (the aircraft into the turn while increasing the aircraft\325s lift to help make you turn fast-) 108. 653. P
  2480. X2.07 (er.  At slower speeds, it\325s helpful to use the rudder in conjunction with normal stick) 108. 639. P
  2481. X1.41 (control.  Try a turn to a heading of 180 degrees \050"18" on the heading indicator\051.  Roll) 108. 625. P
  2482. X1.61 (left and the apply enough back pressure to keep the plane roughly level.  The sharper) 108. 611. P
  2483. X1.6 (the turn, the more back pressure is required to keep the plane level.  After a few sec-) 108. 597. P
  2484. X1.22 (onds of turn, you\325ll notice the aircraft starting to roll out of the turn on it\325s own.  This) 108. 583. P
  2485. X1.18 (is normal; you will need to compensate for it in order to maintain a smooth turn.  Roll) 108. 569. P
  2486. X(out of the turn as the heading comes to 180 degrees.) 108. 555. T
  2487. X1.06 (You will notice that your plane will lose airspeed in a turn.  The extra lift that your el-) 108. 527. P
  2488. X2.5 (evator back pressure generates in turn generates extra drag that causes much of this) 108. 513. P
  2489. X2.39 (effect. More back pressure loses speed more quickly.  If you want to maintain your) 108. 499. P
  2490. X1.85 (airspeed in a sharp turn, the afterburner might be a good way to get an extra kick of) 108. 485. P
  2491. X(thrust to do just that.) 108. 471. T
  2492. X4 F
  2493. X(Landing) 72. 422. T
  2494. X2 F
  2495. X1.3 (Ideally, you should try to descend to the runway on a path that declines at an angle of) 108. 394. P
  2496. X2.76 (three degrees.  This is the angle that most modern instrument "glide slopes" use at) 108. 380. P
  2497. X1.65 (today\325s airports around the world.  Fly some distance away from the airport; you will) 108. 366. P
  2498. X0.98 (want alot of space to get the hang of this.  Thirty miles is probably a good starting dis-) 108. 352. P
  2499. X(tance.) 108. 338. T
  2500. X1.5 (Maintain an altitude of 5,000 feet with a throttle setting of about 60 percent.  Line up) 108. 310. P
  2501. X2.36 (with the main runway.  The main runways of both airfields are oriented north-south) 108. 296. P
  2502. X1.23 (\05018-36 in pilot parlance\051.  Maintain 5,000 feet inbound until the end of the runway ap-) 108. 282. P
  2503. X2.78 (pears to be three degrees below level;  that is, it should appear three tenths of the) 108. 268. P
  2504. X(way from the zero degree horizon marker to the minus ten degree marker.) 108. 254. T
  2505. X3.6 (Reduce your throttle to 56 percent.  Completely lower your flaps \050press \050H\051 four) 108. 226. P
  2506. X2.31 (times\051.  Maintain level flight until your airspeed drops to 210 kts and then establish) 108. 212. P
  2507. X(your descent towards the near end of the runway.) 108. 198. T
  2508. X1.32 (You should be able to maintain 210 kts on a three degree glide path at this power set-) 108. 170. P
  2509. X1.62 (ting without too much difficulty.  In this flight configuration, a good rule of thumb is) 108. 156. P
  2510. X2.38 (that "throttle controls altitude and elevator controls airspeed".  If you begin to over-) 108. 142. P
  2511. X1.55 (shoot the runway, lower your power setting.  Conversely, add power to slow your de-) 108. 128. P
  2512. X(scent and use the elevator to maintain airspeed control.) 108. 114. T
  2513. X2.77 (Cut the throttle as you cross the end of the runway.  Apply both the speed brakes) 108. 86. P
  2514. XFMENDPAGE
  2515. X%%Page: "12" 12
  2516. XFMBEGINPAGE
  2517. X0 F
  2518. X0 X
  2519. X(February, 1991) 478.9 749. T
  2520. X(Acm Guide) 493.62 36. T
  2521. X(Page  12) 72. 749. T
  2522. X(Revision 2.1) 72. 36. T
  2523. X2 F
  2524. X(\050the \050S\051 key\051 and wheel brakes \050B\051 after touchdown.) 108. 711. T
  2525. X1.51 (It will take alot of practice to gain the expertise required to land reliably on a runway) 108. 683. P
  2526. X2.11 (instead of in the weeds.  Fortunately, though, acm isn\325t very particular about exactly) 108. 669. P
  2527. X(where you touch) 108. 655. T
  2528. X1.94 (down provided that you don\325t stray more than three miles from the center of the air-) 108. 641. P
  2529. X(field.) 108. 627. T
  2530. XFMENDPAGE
  2531. X%%Trailer
  2532. X%%Pages: 12 1
  2533. X%%DocumentFonts: Times-Roman
  2534. X%%+ Helvetica
  2535. X%%+ Courier
  2536. END_OF_FILE
  2537. if test 52255 -ne `wc -c <'acm/acmdoc.ps'`; then
  2538.     echo shar: \"'acm/acmdoc.ps'\" unpacked with wrong size!
  2539. fi
  2540. # end of 'acm/acmdoc.ps'
  2541. fi
  2542. echo shar: End of archive 9 \(of 9\).
  2543. cp /dev/null ark9isdone
  2544. MISSING=""
  2545. for I in 1 2 3 4 5 6 7 8 9 ; do
  2546.     if test ! -f ark${I}isdone ; then
  2547.     MISSING="${MISSING} ${I}"
  2548.     fi
  2549. done
  2550. if test "${MISSING}" = "" ; then
  2551.     echo You have unpacked all 9 archives.
  2552.     rm -f ark[1-9]isdone ark[1-9][0-9]isdone
  2553. else
  2554.     echo You still need to unpack the following archives:
  2555.     echo "        " ${MISSING}
  2556. fi
  2557. ##  End of shell archive.
  2558. exit 0
  2559. -- 
  2560. Riley Rainey            Internet: riley@mips.com
  2561. MIPS Computer Systems        Phone:    +1 214 770-7979
  2562. Dallas, Texas
  2563.